aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parport
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2016-03-19 00:40:58 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-30 13:53:19 -0700
commitfee268767ce8bfdb5389b84cd02ba7837b5350d5 (patch)
tree44f155ddbb1ad3afea2ffe65398591c29845387f /drivers/parport
parentmisc: mic: silence uninitialized variable warning (diff)
downloadlinux-dev-fee268767ce8bfdb5389b84cd02ba7837b5350d5.tar.xz
linux-dev-fee268767ce8bfdb5389b84cd02ba7837b5350d5.zip
misc: mic: Remove return statements from void functions
Return statements at the end of void functions are useless. The Coccinelle semantic patch used to make this change is as follows: //<smpl> @@ identifier f; expression e; @@ void f(...) { <... - return e; ...> } //</smpl> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/parport')
0 files changed, 0 insertions, 0 deletions