Re: [PATCH 2/3] BusLogic: Coalesce formats with multiple string fragments

2013-05-17 Thread Khalid Aziz
On Thu, 2013-05-16 at 21:58 -0700, Joe Perches wrote: > Strings fragments coalesced by the compiler are > difficult to grep. Coalesce them instead. > > Signed-off-by: Joe Perches > --- > drivers/scsi/BusLogic.c | 66 > - > 1 file changed, 33 inse

[PATCH 2/3] BusLogic: Coalesce formats with multiple string fragments

2013-05-16 Thread Joe Perches
Strings fragments coalesced by the compiler are difficult to grep. Coalesce them instead. Signed-off-by: Joe Perches --- drivers/scsi/BusLogic.c | 66 - 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/drivers/scsi/BusLogic.c b/driv