From 3d01283a01016963766f50f69bb0b120e294d49d Mon Sep 17 00:00:00 2001 From: "akpm@osdl.org" Date: Mon, 18 Apr 2005 17:39:21 -0700 Subject: [PATCH] --- yaml --- r: 263 b: refs/heads/master c: 84d79cb8db2811140c911df7ce3e3354cfa018c4 h: refs/heads/master i: 261: 284dc7eca31eab3b54690fc06019ee9b297ae29f 259: 7168673e42a792efa75407953bc3f56df6b4ca99 255: 6267268b3c711692bad9e5b4474f9a9d570949be v: v3 --- [refs] | 2 +- trunk/include/linux/usb_cdc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 426ed3876a42..fafad35af5d9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 115c1ce524869309e4bddcfc3dd112ac76b92def +refs/heads/master: 84d79cb8db2811140c911df7ce3e3354cfa018c4 diff --git a/trunk/include/linux/usb_cdc.h b/trunk/include/linux/usb_cdc.h index 1b68c122279a..f22d6beecc73 100644 --- a/trunk/include/linux/usb_cdc.h +++ b/trunk/include/linux/usb_cdc.h @@ -114,7 +114,7 @@ struct usb_cdc_mdlm_detail_desc { /* type is associated with mdlm_desc.bGUID */ __u8 bGuidDescriptorType; - __u8 bDetailData[]; + __u8 bDetailData[0]; } __attribute__ ((packed)); /*-------------------------------------------------------------------------*/