mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
net: fddi: skfp: smt: Remove extra parameters to vararg macro
cppcheck reports [drivers/net/fddi/skfp/smt.c:750]: (warning) printf format string requires 0 parameters but 2 are given. DB_SBAN is a vararg macro, like DB_ESSN. Remove the extra args and the nl. Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
265f58f60a
commit
2a11fb1d1b
@ -747,7 +747,7 @@ void smt_received_pack(struct s_smc *smc, SMbuf *mb, int fs)
|
||||
#endif
|
||||
|
||||
#ifdef SBA
|
||||
DB_SBAN(2,"SBA: RAF frame received\n",0,0) ;
|
||||
DB_SBAN(2, "SBA: RAF frame received") ;
|
||||
sba_raf_received_pack(smc,sm,fs) ;
|
||||
#endif
|
||||
break ;
|
||||
|
Loading…
Reference in New Issue
Block a user