On Thu, 2013-05-16 at 21:58 -0700, Joe Perches wrote: > Subsystem specific logging messages generally use > subsystem_<level>(struct subsystem *, fmt, ...) > not > subsystem_<level>(fmt, struct subsystem *, ...) > > Convert to use the more generally used kernel style. > > Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> > --- > drivers/scsi/BusLogic.c | 304 ++++++++++++++++++++++++------------------------ > drivers/scsi/BusLogic.h | 24 ++-- > 2 files changed, 161 insertions(+), 167 deletions(-) Reviewed-by: Khalid Aziz <khalid.aziz@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html