Commit 2a11fb1d authored by Tom Rix's avatar Tom Rix Committed by David S. Miller
Browse files

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: default avatarTom Rix <trix@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 265f58f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ;