[PATCH 1/2] USB: constify usb_mon_operations structure

2015-11-28 Thread Julia Lawall
The usb_mon_operations structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- include/linux/usb/hcd.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/usb/hcd.h

Re: [PATCH 1/2] USB: constify usb_mon_operations structure

2015-11-28 Thread kbuild test robot
Hi Julia, [auto build test ERROR on: v4.4-rc2] [also build test ERROR on: next-20151127] url: https://github.com/0day-ci/linux/commits/Julia-Lawall/USB-constify-usb_mon_operations-structure/20151128-223726 config: xtensa-allyesconfig (attached as .config) reproduce: wget