]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wilc1000: coreconfigurator: Change return(X) to return X
authorStanislav Kholmanskikh <kholmanskikh.s.s@gmail.com>
Wed, 10 Jun 2015 18:57:25 +0000 (21:57 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Jun 2015 00:46:32 +0000 (17:46 -0700)
commit7d241de1d3e782da07046c75d70bd19db3aaa568
treec535ac9e207ac7a4bb98ca35b4d3a7c7e42a8080
parentb422663c2c78ae29c3e34e175103e8ac0048c175
staging: wilc1000: coreconfigurator: Change return(X) to return X

Changed 'return(X)' to 'return X' in coreconfigurator.c
to satisfy checkpatch.pl warning:

ERROR: return is not a function, parentheses are not required

Signed-off-by: Stanislav Kholmanskikh <kholmanskikh.s.s@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/coreconfigurator.c