Re: [PATCH] fddi: Use a more more typical logging style

2015-08-03 Thread Joe Perches
On Mon, 2015-08-03 at 16:05 -0700, David Miller wrote: > From: Joe Perches > Date: Sun, 02 Aug 2015 21:27:45 -0700 > > > Use macros that don't require fixed argument counts so > > format and arguments can be verified by the compiler. > > > > Miscellanea: > > > > o Remove a few #if uses to allow

Re: [PATCH] fddi: Use a more more typical logging style

2015-08-03 Thread David Miller
From: Joe Perches Date: Sun, 02 Aug 2015 21:27:45 -0700 > Use macros that don't require fixed argument counts so > format and arguments can be verified by the compiler. > > Miscellanea: > > o Remove a few #if uses to allow dynamic debug to always work > o whitespace neatening > > Signed-off-by

[PATCH] fddi: Use a more more typical logging style

2015-08-02 Thread Joe Perches
Use macros that don't require fixed argument counts so format and arguments can be verified by the compiler. Miscellanea: o Remove a few #if uses to allow dynamic debug to always work o whitespace neatening Signed-off-by: Joe Perches --- drivers/net/fddi/skfp/cfm.c| 16 +++ drivers