summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTobin C. Harding <me@tobin.cc>2017-04-10 06:15:44 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-11 17:03:36 +0300
commitfa740a9e2e19708bc38993375da671c979082095 (patch)
tree3c435ad5232103f31156999233c1e0848e68d961 /scripts
parent638a75b653c208ff86adeba8fa770685721343e9 (diff)
downloadlinux-fa740a9e2e19708bc38993375da671c979082095.tar.xz
staging: ks7010: change static function return type
Function has return type 'int'. Function has internal linkage. Function returns 0 on all execution paths. Function is called only once in the driver and the return value is not checked. Removal of this return value does not change the program logic. The 'int' return type is not adding any information thus it is better to remove it. Change return type of function with internal linkage from 'int' to 'void'. Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions