summaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/varhandlers.c
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla2015-10-14 23:53:35 +0200
committerGreg Kroah-Hartman2015-10-17 07:56:23 +0200
commitb5186a9fd2ff333693034cd0d24590dd0bc34ea7 (patch)
tree5143e94e8342f2b197f0ded7f932b2df3ab92345 /drivers/staging/speakup/varhandlers.c
parentstaging: speakup: Fix multi-line comment style (diff)
downloadkernel-qcow2-linux-b5186a9fd2ff333693034cd0d24590dd0bc34ea7.tar.gz
kernel-qcow2-linux-b5186a9fd2ff333693034cd0d24590dd0bc34ea7.tar.xz
kernel-qcow2-linux-b5186a9fd2ff333693034cd0d24590dd0bc34ea7.zip
staging: speakup: speakup_audptr: Remove useless intialisation
Remove intialisation of a variable that is immediately reassigned. The semantic patch used to find this is: // <smpl> @@ type T; identifier x; constant C; expression e; @@ T x - = C ; x = e; // </smpl> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup/varhandlers.c')
0 files changed, 0 insertions, 0 deletions