Re: [PATCH 6/10] 2.6.0-t3: struct C99 initialiser conversion

From: Greg KH
Date: Tue Aug 19 2003 - 12:49:15 EST


On Tue, Aug 19, 2003 at 04:37:27PM +1000, CaT wrote:
> diff -aur linux.backup/drivers/usb/host/hc_sl811_rh.c linux/drivers/usb/host/hc_sl811_rh.c
> --- linux.backup/drivers/usb/host/hc_sl811_rh.c Sat Aug 16 15:02:54 2003
> +++ linux/drivers/usb/host/hc_sl811_rh.c Sat Aug 16 23:57:09 2003
> @@ -329,7 +329,7 @@
> switch (bmRType_bReq) {
> /* Request Destination:
> without flags: Device,
> - RH_INTERFACE: interface,
> + RH_INTERFACE: interface,
> RH_ENDPOINT: endpoint,
> RH_CLASS means HUB here,
> RH_OTHER | RH_CLASS almost ever means HUB_PORT here

I think you need to work on your scripts if you thought this was a C99
"fix". More like a "delete trailing space" patch...

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/