Re: [PATCH 2/2] be2iscsi: Fix some error messages

2016-08-12 Thread Christophe JAILLET
Le 12/08/2016 à 12:30, Julia Lawall a écrit : On Fri, 12 Aug 2016, Christophe JAILLET wrote: This fixes: - missing spaces in string split on several lines - extra spaces after ':' - missing '\n' at the end of some messages - too long lines I think that the strings should be con

Re: [PATCH 2/2] be2iscsi: Fix some error messages

2016-08-12 Thread Julia Lawall
On Fri, 12 Aug 2016, Christophe JAILLET wrote: > This fixes: >- missing spaces in string split on several lines >- extra spaces after ':' >- missing '\n' at the end of some messages >- too long lines I think that the strings should be concatenated, even if they go past 80 chars.

[PATCH 2/2] be2iscsi: Fix some error messages

2016-08-12 Thread Christophe JAILLET
This fixes: - missing spaces in string split on several lines - extra spaces after ':' - missing '\n' at the end of some messages - too long lines Signed-off-by: Christophe JAILLET --- drivers/scsi/be2iscsi/be_main.c | 83 + 1 file changed, 43