Re: [PATCH] Staging: android: sync: fixed a brace coding style issue

2013-05-16 Thread Brandon Height
Actually it looks like this patch is not needed against linux-next. My mistake. On May 16, 2013, at 1:07 PM, Greg KH wrote: > On Thu, May 16, 2013 at 08:42:22AM -1000, bmhei...@gmail.com wrote: >> From: Brandon Height >> >> Fixed a coding style issue. >> >> Signed-off-by: Brandon Height > >

Re: [PATCH] Staging: android: sync: fixed a brace coding style issue

2013-05-16 Thread Greg KH
On Thu, May 16, 2013 at 08:42:22AM -1000, bmhei...@gmail.com wrote: > From: Brandon Height > > Fixed a coding style issue. > > Signed-off-by: Brandon Height This doesn't apply to my tree, can you please redo it against linux-next and resend? thanks, greg k-h -- To unsubscribe from this list:

[PATCH] Staging: android: sync: fixed a brace coding style issue

2013-05-16 Thread bmheight
From: Brandon Height Fixed a coding style issue. Signed-off-by: Brandon Height --- drivers/staging/android/sync.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/android/sync.c b/drivers/staging/android/sync.c index 3893a35..36ed35e 100644 --- a/drivers/st