tree: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git gadget head: 7a7322b0a5d984025dd4faea9098b8fef07f8d8f commit: 721e2e91945bc2520d57d795dfe1b502ecec567c [58/62] usb: gadget: libcomposite: move composite.c into libcomposite config: x86_64-randconfig-s284 (attached as .config) All related error/warning messages: In file included from drivers/usb/gadget/ether.c:110:0: drivers/usb/gadget/u_ether.c:87:21: error: expected ')' before 'uint' drivers/usb/gadget/u_ether.c:88:25: error: expected ')' before string constant drivers/usb/gadget/u_ether.c:695:1: warning: data definition has no type or storage class [enabled by default] drivers/usb/gadget/u_ether.c:695:1: warning: type defaults to 'int' in declaration of 'module_param' [-Wimplicit-int] drivers/usb/gadget/u_ether.c:695:1: warning: parameter names (without types) in function declaration [enabled by default] drivers/usb/gadget/u_ether.c:696:28: error: expected ')' before string constant drivers/usb/gadget/u_ether.c:700:1: warning: data definition has no type or storage class [enabled by default] drivers/usb/gadget/u_ether.c:700:1: warning: type defaults to 'int' in declaration of 'module_param' [-Wimplicit-int] drivers/usb/gadget/u_ether.c:700:1: warning: parameter names (without types) in function declaration [enabled by default] drivers/usb/gadget/u_ether.c:701:29: error: expected ')' before string constant drivers/usb/gadget/ether.c:113:1: error: expected ')' before '.' token drivers/usb/gadget/ether.c:113:1: error: expected ')' before string constant drivers/usb/gadget/ether.c:113:1: error: expected ')' before '.' token drivers/usb/gadget/ether.c:113:1: error: expected ')' before string constant drivers/usb/gadget/ether.c:113:1: error: expected ')' before '.' token drivers/usb/gadget/ether.c:113:1: error: expected ')' before string constant drivers/usb/gadget/ether.c:113:1: error: expected ')' before '.' token drivers/usb/gadget/ether.c:113:1: error: expected ')' before string constant drivers/usb/gadget/ether.c:113:1: error: expected ')' before '.' token drivers/usb/gadget/ether.c:113:1: error: expected ')' before string constant drivers/usb/gadget/ether.c:113:1: error: expected ')' before '.' token drivers/usb/gadget/ether.c:113:1: error: expected ')' before string constant drivers/usb/gadget/ether.c:244:23: error: expected ')' before 'bool' drivers/usb/gadget/ether.c:245:27: error: expected ')' before string constant drivers/usb/gadget/ether.c:377:20: error: expected declaration specifiers or '...' before string constant drivers/usb/gadget/ether.c:378:15: error: expected declaration specifiers or '...' before string constant drivers/usb/gadget/ether.c:379:16: error: expected declaration specifiers or '...' before string constant vim +113 drivers/usb/gadget/ether.c 108 #endif 109 #include "f_eem.c" 110 #include "u_ether.c" 111 112 /*-------------------------------------------------------------------------*/ > 113 USB_GADGET_COMPOSITE_OPTIONS(); 114 115 /* DO NOT REUSE THESE IDs with a protocol-incompatible driver!! Ever!! 116 * Instead: allocate your own, using normal USB-IF procedures. 117 */ 118 --- 0-DAY kernel build testing backend Open Source Technology Centre Fengguang Wu Intel Corporation