]> git.karo-electronics.de Git - linux-beck.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)
commitcea3b20212ca8e897d472988d008682aaa44cbb6
treec535ac9e207ac7a4bb98ca35b4d3a7c7e42a8080
parent1fad279db55bb4482e8f661788102707a8a957c1
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