[PATCH] Staging: slicoss: fix coding style

2014-09-14 Thread Sorin Facaoaru
- remove return statement at the end of void function - add blank line after declaration Signed-off-by: Sorin Facaoaru --- drivers/staging/slicoss/slicoss.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging/slicoss/slicoss.

Re: [PATCH] staging: slicoss: Fix coding style issue

2014-06-16 Thread Dan Carpenter
On Fri, Jun 13, 2014 at 10:04:35AM -0700, Greg KH wrote: > On Fri, Jun 13, 2014 at 05:52:33PM +0200, Benedict Boerger wrote: > > Fix a coding style issue found by checkpatch.pl. > > Use ether_addr_copy instead of memcpy. > > > > Done to complete a eudyptula task. > > > > Signed-off-by: Benedict B

Re: [PATCH] staging: slicoss: Fix coding style issue

2014-06-13 Thread Greg KH
On Fri, Jun 13, 2014 at 05:52:33PM +0200, Benedict Boerger wrote: > Fix a coding style issue found by checkpatch.pl. > Use ether_addr_copy instead of memcpy. > > Done to complete a eudyptula task. > > Signed-off-by: Benedict Boerger > > --- > drivers/staging/slicoss/slicoss.c | 2 +- > 1 file

[PATCH] staging: slicoss: Fix coding style issue

2014-06-13 Thread Benedict Boerger
Fix a coding style issue found by checkpatch.pl. Use ether_addr_copy instead of memcpy. Done to complete a eudyptula task. Signed-off-by: Benedict Boerger --- drivers/staging/slicoss/slicoss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/slicoss/slicoss.c