From: Henrik Rydberg Signed-off-by: Henrik Rydberg Signed-off-by: Andrew Morton --- drivers/input/mouse/bcm5974.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/input/mouse/bcm5974.c~bcm5974-064-minor-cleanups-for-scripts-checkpatchpl drivers/input/mouse/bcm5974.c --- a/drivers/input/mouse/bcm5974.c~bcm5974-064-minor-cleanups-for-scripts-checkpatchpl +++ a/drivers/input/mouse/bcm5974.c @@ -63,7 +63,7 @@ } /* table of devices that work with this driver */ -static const struct usb_device_id bcm5974_table [] = { +static const struct usb_device_id bcm5974_table[] = { /* MacbookAir1.1 */ BCM5974_DEVICE(USB_DEVICE_ID_APPLE_WELLSPRING_ANSI), BCM5974_DEVICE(USB_DEVICE_ID_APPLE_WELLSPRING_ISO), _