Home
last modified time | relevance | path

Searched hist:c1b1203d65955c179fec617ff17a21273f33a414 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/net/wireless/
H A Dsysfs.hdiff c1b1203d65955c179fec617ff17a21273f33a414 Fri Oct 18 15:48:25 CDT 2013 Joe Perches <joe@perches.com> net: misc: Remove extern from function prototypes

There are a mix of function prototypes with and without extern
in the kernel sources. Standardize on not using extern for
function prototypes.

Function prototypes don't need to be written with extern.
extern is assumed by the compiler. Its use is as unnecessary as
using auto to declare automatic/local variables in a block.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dcore.hdiff c1b1203d65955c179fec617ff17a21273f33a414 Fri Oct 18 15:48:25 CDT 2013 Joe Perches <joe@perches.com> net: misc: Remove extern from function prototypes

There are a mix of function prototypes with and without extern
in the kernel sources. Standardize on not using extern for
function prototypes.

Function prototypes don't need to be written with extern.
extern is assumed by the compiler. Its use is as unnecessary as
using auto to declare automatic/local variables in a block.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/xfrm/
H A Dxfrm_hash.hdiff c1b1203d65955c179fec617ff17a21273f33a414 Fri Oct 18 15:48:25 CDT 2013 Joe Perches <joe@perches.com> net: misc: Remove extern from function prototypes

There are a mix of function prototypes with and without extern
in the kernel sources. Standardize on not using extern for
function prototypes.

Function prototypes don't need to be written with extern.
extern is assumed by the compiler. Its use is as unnecessary as
using auto to declare automatic/local variables in a block.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/netfilter/
H A Dnf_internals.hdiff c1b1203d65955c179fec617ff17a21273f33a414 Fri Oct 18 15:48:25 CDT 2013 Joe Perches <joe@perches.com> net: misc: Remove extern from function prototypes

There are a mix of function prototypes with and without extern
in the kernel sources. Standardize on not using extern for
function prototypes.

Function prototypes don't need to be written with extern.
extern is assumed by the compiler. Its use is as unnecessary as
using auto to declare automatic/local variables in a block.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/mac80211/
H A Drate.hdiff c1b1203d65955c179fec617ff17a21273f33a414 Fri Oct 18 15:48:25 CDT 2013 Joe Perches <joe@perches.com> net: misc: Remove extern from function prototypes

There are a mix of function prototypes with and without extern
in the kernel sources. Standardize on not using extern for
function prototypes.

Function prototypes don't need to be written with extern.
extern is assumed by the compiler. Its use is as unnecessary as
using auto to declare automatic/local variables in a block.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/l2tp/
H A Dl2tp_core.hdiff c1b1203d65955c179fec617ff17a21273f33a414 Fri Oct 18 15:48:25 CDT 2013 Joe Perches <joe@perches.com> net: misc: Remove extern from function prototypes

There are a mix of function prototypes with and without extern
in the kernel sources. Standardize on not using extern for
function prototypes.

Function prototypes don't need to be written with extern.
extern is assumed by the compiler. Its use is as unnecessary as
using auto to declare automatic/local variables in a block.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/rds/
H A Drds.hdiff c1b1203d65955c179fec617ff17a21273f33a414 Fri Oct 18 15:48:25 CDT 2013 Joe Perches <joe@perches.com> net: misc: Remove extern from function prototypes

There are a mix of function prototypes with and without extern
in the kernel sources. Standardize on not using extern for
function prototypes.

Function prototypes don't need to be written with extern.
extern is assumed by the compiler. Its use is as unnecessary as
using auto to declare automatic/local variables in a block.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/tipc/
H A Dcore.hdiff c1b1203d65955c179fec617ff17a21273f33a414 Fri Oct 18 15:48:25 CDT 2013 Joe Perches <joe@perches.com> net: misc: Remove extern from function prototypes

There are a mix of function prototypes with and without extern
in the kernel sources. Standardize on not using extern for
function prototypes.

Function prototypes don't need to be written with extern.
extern is assumed by the compiler. Its use is as unnecessary as
using auto to declare automatic/local variables in a block.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/rxrpc/
H A Dar-internal.hdiff c1b1203d65955c179fec617ff17a21273f33a414 Fri Oct 18 15:48:25 CDT 2013 Joe Perches <joe@perches.com> net: misc: Remove extern from function prototypes

There are a mix of function prototypes with and without extern
in the kernel sources. Standardize on not using extern for
function prototypes.

Function prototypes don't need to be written with extern.
extern is assumed by the compiler. Its use is as unnecessary as
using auto to declare automatic/local variables in a block.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>