Re: [PATCH 3/3] BusLogic: Use more conventional argument order for logging

2013-05-17 Thread Khalid Aziz
On Thu, 2013-05-16 at 21:58 -0700, Joe Perches wrote: > Subsystem specific logging messages generally use > subsystem_(struct subsystem *, fmt, ...) > not > subsystem_(fmt, struct subsystem *, ...) > > Convert to use the more generally used kernel style. > > Signed-off-by: Joe Perches

[PATCH 3/3] BusLogic: Use more conventional argument order for logging

2013-05-16 Thread Joe Perches
Subsystem specific logging messages generally use subsystem_(struct subsystem *, fmt, ...) not subsystem_(fmt, struct subsystem *, ...) Convert to use the more generally used kernel style. Signed-off-by: Joe Perches --- drivers/scsi/BusLogic.c | 304 -