fddi: skfp: Use more common logging styles
Several macros use non-standard styles where format and arguments are not verified. Convert these to a more typical fmt, ##__VA_ARGS__ use so format and arguments match as appropriate. Miscellanea: o Fix format and argument mismatches o Realign and reindent misindented block o Strip newlines from formats and add to macro defines o Coalesce a few consecutive logging uses to more simple single uses Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -158,7 +158,7 @@ u_int mac_drv_check_space(void);
|
||||
SMbuf* smt_get_mbuf(struct s_smc *smc);
|
||||
|
||||
#ifdef DEBUG
|
||||
void mac_drv_debug_lev(void);
|
||||
void mac_drv_debug_lev(struct s_smc *smc, int flag, int lev);
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user