USB: constify usb_mon_operations structure
authorJulia Lawall <julia.lawall@lip6.fr>
Sat, 28 Nov 2015 15:07:10 +0000 (16:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Dec 2015 22:36:29 +0000 (14:36 -0800)
commit6fb8ac81cb3125aafc7136f2ef0145da792bab94
tree658a64aea6b59cd981189be05bde09231286a51c
parentc7c7806700e15ca9c48d880f8c65071f041cd890
USB: constify usb_mon_operations structure

The usb_mon_operations structure is never modified, so declare it as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hcd.c
drivers/usb/mon/mon_main.c
include/linux/usb/hcd.h
This page took 0.026908 seconds and 5 git commands to generate.