Re: [PATCH] wusb: Storage class should be before const qualifier

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 16 Feb 2009, David Vrabel wrote:

> >> diff --git a/include/linux/usb/wusb.h b/include/linux/usb/wusb.h
> >> index 5f401b6..429c631 100644
> >> --- a/include/linux/usb/wusb.h
> >> +++ b/include/linux/usb/wusb.h
> >> @@ -80,8 +80,7 @@ struct wusb_ckhdid {
> >>  	u8 data[16];
> >>  } __attribute__((packed));
> >>  
> >> -const static
> >> -struct wusb_ckhdid wusb_ckhdid_zero = { .data = { 0 } };
> >> +static const struct wusb_ckhdid wusb_ckhdid_zero = { .data = { 0 } };
> >>  
> >>  #define WUSB_CKHDID_STRSIZE (3 * sizeof(struct wusb_ckhdid) + 1)
> > 
> > David, are you going to take this through wusb tree, or should I take it 
> > through trivial tree together with the rest of these patches? I don't seem 
> > to see this present in current -next.
> Through trivial is best I think, thanks.  You can add
> Acked-by: David Vrabel <david.vrabel@xxxxxxx>
> if you wish.

Done, thanks.

-- 
Jiri Kosina
SUSE Labs
--
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

[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux