On Thu, 7 Feb 2013 12:36:34 +0800Thank you, Stephen. I will fix these errors.
Freddy Xin <freddy@xxxxxxxxxxx> wrote:
+struct {unsigned char ctrl, timer_l, timer_h, size, ifg; }Better to make it static, const, and add a couple
+AX88179_BULKIN_SIZE[] = {
+ {7, 0x4f, 0, 0x12, 0xff},
+ {7, 0xf0, 1, 0x15, 0xff},
+ {7, 0xae, 7, 0x18, 0xff},
+ {7, 0xcc, 0x4c, 0x18, 8},
+};
of line breaks.
static const struct {
unsigned char ctrl, timer_l, timer_h, size, ifg;
} AX88179_BULKIN_SIZE[] = {
{7, 0x4f, 0, 0x12, 0xff},
{7, 0xf0, 1, 0x15, 0xff},
{7, 0xae, 7, 0x18, 0xff},
{7, 0xcc, 0x4c, 0x18, 8},
};