net: fddi: skfp: use %p format specifier for addresses rather than %x
Trivial fix: Addresses should be printed using the %p format specifier rather than using %x. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

کامیت شده توسط
David S. Miller

والد
0a9648f129
کامیت
551cde1923
@@ -284,7 +284,7 @@ void smt_pmf_received_pack(struct s_smc *smc, SMbuf *mb, int local)
|
||||
SMbuf *reply ;
|
||||
|
||||
sm = smtod(mb,struct smt_header *) ;
|
||||
DB_SMT("SMT: processing PMF frame at %x len %d\n",sm,mb->sm_len) ;
|
||||
DB_SMT("SMT: processing PMF frame at %p len %d\n",sm,mb->sm_len) ;
|
||||
#ifdef DEBUG
|
||||
dump_smt(smc,sm,"PMF Received") ;
|
||||
#endif
|
||||
|
مرجع در شماره جدید
Block a user