Re: [PATCH] net: fddi: skfp: use %p format specifier for addresses rather than %x

2016-12-21 Thread David Miller
From: Colin King Date: Wed, 21 Dec 2016 16:03:23 + > From: Colin Ian King > > Trivial fix: Addresses should be printed using the %p format specifier > rather than using %x. > > Signed-off-by: Colin Ian King Applied.

Re: [PATCH] net: fddi: skfp: use %p format specifier for addresses rather than %x

2016-12-21 Thread Joe Perches
On Wed, 2016-12-21 at 16:03 +, Colin King wrote: > From: Colin Ian King > > Trivial fix: Addresses should be printed using the %p format specifier > rather than using %x. The DB_TX, DB_RX, DB_GEN, and DB_SMT macros are quite ugly because they don't match format and argument with __printf and

[PATCH] net: fddi: skfp: use %p format specifier for addresses rather than %x

2016-12-21 Thread Colin King
From: Colin Ian King Trivial fix: Addresses should be printed using the %p format specifier rather than using %x. Signed-off-by: Colin Ian King --- drivers/net/fddi/skfp/hwmtm.c | 12 ++-- drivers/net/fddi/skfp/pmf.c | 2 +- drivers/net/fddi/skfp/smt.c | 2 +- 3 files changed, 8