
31 Dec
2008
31 Dec
'08
3:48 a.m.
On Wed, Dec 31, 2008 at 6:52 AM, Wolfgang Denk wd@denx.de wrote:
Dear Mike Frysinger,
In message 1230623951-16497-1-git-send-email-vapier@gentoo.org you wrote:
--- a/common/usb_storage.c +++ b/common/usb_storage.c @@ -1166,6 +1166,11 @@ int usb_stor_get_info(struct usb_device *dev,struct us_data *ss,block_dev_desc_t /* SanDisk Corporation Cruzer Micro 20044318410546613953 */ (dev->descriptor.idVendor == 0x0781 && dev->descriptor.idProduct == 0x5151)
||
/* SanDisk Corporation U3 Cruzer Micro 1/4GB
* Flash Drive 000016244373FFB4 */
(dev->descriptor.idVendor == 0x0781 &&
dev->descriptor.idProduct == 0x5406)
Please fix multiline comment style.
But if the comment is in one line, it will exceed 80 characters. The coding style of u-boot is the same as kernel?
-Bryan