]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging/rdma/hfi1: Remove void function return statement
authorJubin John <jubin.john@intel.com>
Mon, 15 Feb 2016 04:21:26 +0000 (20:21 -0800)
committerDoug Ledford <dledford@redhat.com>
Fri, 11 Mar 2016 01:45:40 +0000 (20:45 -0500)
commitd17c0cada704d6d5a291425192fb5148fb99cca1
treefc8de1e62e592ad104e07eb7bc791341efd6cd6a
parentfcdd76df519e7be5e1094a4bf995374398c44efc
staging/rdma/hfi1: Remove void function return statement

Remove return statement at the end of a void function to fix
checkpatch warning:
WARNING: void function return statements are not generally useful

Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Jubin John <jubin.john@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/staging/rdma/hfi1/uc.c