Home
last modified time | relevance | path

Searched hist:a402a5aa9b4cbb42cc41bf573d2e5c4713541af0 (Results 1 – 7 of 7) sorted by relevance

/linux/net/dccp/ccids/lib/
H A Dloss_interval.hdiff a402a5aa9b4cbb42cc41bf573d2e5c4713541af0 Fri Oct 18 22:48:23 CEST 2013 Joe Perches <joe@perches.com> net: dccp: 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 Dpacket_history.hdiff a402a5aa9b4cbb42cc41bf573d2e5c4713541af0 Fri Oct 18 22:48:23 CEST 2013 Joe Perches <joe@perches.com> net: dccp: 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 Dtfrc.hdiff a402a5aa9b4cbb42cc41bf573d2e5c4713541af0 Fri Oct 18 22:48:23 CEST 2013 Joe Perches <joe@perches.com> net: dccp: 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>
/linux/net/dccp/
H A Dfeat.hdiff a402a5aa9b4cbb42cc41bf573d2e5c4713541af0 Fri Oct 18 22:48:23 CEST 2013 Joe Perches <joe@perches.com> net: dccp: 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 Dackvec.hdiff a402a5aa9b4cbb42cc41bf573d2e5c4713541af0 Fri Oct 18 22:48:23 CEST 2013 Joe Perches <joe@perches.com> net: dccp: 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 Dccid.hdiff a402a5aa9b4cbb42cc41bf573d2e5c4713541af0 Fri Oct 18 22:48:23 CEST 2013 Joe Perches <joe@perches.com> net: dccp: 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 Ddccp.hdiff a402a5aa9b4cbb42cc41bf573d2e5c4713541af0 Fri Oct 18 22:48:23 CEST 2013 Joe Perches <joe@perches.com> net: dccp: 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>