On Sat, Dec 10, 2011 at 8:20 AM, Greg KH <greg@xxxxxxxxx> wrote: > On Mon, Dec 05, 2011 at 09:28:57PM +0800, Qinglin Ye wrote: >> The macro HUB_SET_DEPTH is defined twice in ch11.h (introduced by commit >> 0eadcc0 "usb: USB3.0 ch11 definitions" and dbe79bb "USB 3.0 Hub Changes"), >> so remove the duplicate one in the USB 2.0 part. >> >> Signed-off-by: Qinglin Ye <yestyle@xxxxxxxxx> >> Cc: John Youn <John.Youn@xxxxxxxxxxxx> >> Cc: Sergei Shtylyov <sshtylyov@xxxxxxxxxx> >> --- >> include/linux/usb/ch11.h | 1 - >> 1 files changed, 0 insertions(+), 1 deletions(-) >> >> diff --git a/include/linux/usb/ch11.h b/include/linux/usb/ch11.h >> index 4ebaf08..e72d394 100644 >> --- a/include/linux/usb/ch11.h >> +++ b/include/linux/usb/ch11.h >> @@ -26,7 +26,6 @@ >> #define HUB_RESET_TT 9 >> #define HUB_GET_TT_STATE 10 >> #define HUB_STOP_TT 11 >> -#define HUB_SET_DEPTH 12 > > The whitespace is messed up here, and can't be applied :( Sorry, Gmail web client converted tabs to spaces automatically. > > Care to fix up your email client and resend? The patch v3 has been sent out through another mail server. > > thanks, > > greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html