Re: [PATCH] staging: vme: Fix a small coding style issue in vme_user.c

2014-04-03 Thread Greg KH
On Thu, Apr 03, 2014 at 05:40:25PM +0200, bojan prtvar wrote: > On Thu, Apr 3, 2014 at 5:14 PM, walter harms wrote: > > > beside style: > > that sprint looks like as it could be replaced with a > > name="bus/vme/m%%d" > > > > any takers ? > > > > re, > > wh > > > > Hi Walter, > > I guess you

Re: [PATCH] staging: vme: Fix a small coding style issue in vme_user.c

2014-04-03 Thread bojan prtvar
On Thu, Apr 3, 2014 at 5:14 PM, walter harms wrote: > beside style: > that sprint looks like as it could be replaced with a > name="bus/vme/m%%d" > > any takers ? > > re, > wh > Hi Walter, I guess you mean something like this? Please review carefully if I got right "%%d" intent. Now a basic q

Re: [PATCH] staging: vme: Fix a small coding style issue in vme_user.c

2014-04-03 Thread walter harms
Am 03.04.2014 00:24, schrieb Bojan Prtvar: > The checkpatch.pl complains about missing blank line after declaration. > This patch silence the warning. > > Signed-off-by: Bojan Prtvar > --- > This patch is for Eudyptula Challenge task 10 > > drivers/staging/vme/devices/vme_user.c | 1 + > 1 f

[PATCH] staging: vme: Fix a small coding style issue in vme_user.c

2014-04-02 Thread Bojan Prtvar
The checkpatch.pl complains about missing blank line after declaration. This patch silence the warning. Signed-off-by: Bojan Prtvar --- This patch is for Eudyptula Challenge task 10 drivers/staging/vme/devices/vme_user.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/vme/d