Re: [PATCH] iscsi_iser: Add missing newlines to logging messages

2013-10-07 Thread Or Gerlitz
On 08/10/2013 01:44, Joe Perches wrote: Logging messages need terminating newlines to avoid possible message interleaving. Add them. Signed-off-by: Joe Perches --- Acked-by: Or Gerlitz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to major

[PATCH] iscsi_iser: Add missing newlines to logging messages

2013-10-07 Thread Joe Perches
Logging messages need terminating newlines to avoid possible message interleaving. Add them. Signed-off-by: Joe Perches --- drivers/infiniband/ulp/iser/iscsi_iser.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/infiniband/ulp/iser/iscsi_iser.c b/drivers/in