summaryrefslogtreecommitdiffstats
path: root/drivers/uwb/uwb-internal.h
diff options
context:
space:
mode:
authorJulia Lawall2014-08-23 20:33:26 +0200
committerGreg Kroah-Hartman2014-09-24 07:03:54 +0200
commit4f8c0602ea75a48c3fd3e9ccd7b54b34ce68e71f (patch)
tree2dc8336bfa685637f8e1ecce9f78278b4179cb53 /drivers/uwb/uwb-internal.h
parentusb: renesas_usbhs: fix driver dependencies (diff)
downloadkernel-qcow2-linux-4f8c0602ea75a48c3fd3e9ccd7b54b34ce68e71f.tar.gz
kernel-qcow2-linux-4f8c0602ea75a48c3fd3e9ccd7b54b34ce68e71f.tar.xz
kernel-qcow2-linux-4f8c0602ea75a48c3fd3e9ccd7b54b34ce68e71f.zip
wusb: delete double assignment
Delete successive assignments to the same location. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression i; @@ *i = ...; i = ...; // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/uwb/uwb-internal.h')
0 files changed, 0 insertions, 0 deletions