Re: [PATCH] staging: line6: Fix missing blanks after declarations

2014-03-24 Thread Joe Perches
On Mon, 2014-03-24 at 21:51 +0100, Fabian Mewes wrote: > This patch is part of eudyptula challenge task 10 > > Signed-off-by: Fabian Mewes Hi Fabian. The patch seems fine, but please do not use something like the above as a commit message. It would be better to describe _why_ the change should

[PATCH] staging: line6: Fix missing blanks after declarations

2014-03-24 Thread Fabian Mewes
This patch is part of eudyptula challenge task 10 Signed-off-by: Fabian Mewes --- applies to next-20140324 drivers/staging/line6/driver.c | 1 + drivers/staging/line6/playback.c | 5 + drivers/staging/line6/toneport.c | 1 + 3 files changed, 7 insertions(+) diff --git a/drivers/staging/li