Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203885
b: refs/heads/master
c: 81ca405
h: refs/heads/master
i:
  203883: f678d37
v: v3
  • Loading branch information
Gustavo F. Padovan authored and Marcel Holtmann committed Jul 21, 2010
1 parent 42aa3b4 commit ff1d74b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 66c853cc21bd387a9a2109dcf3b3d53cc9ee9edf
refs/heads/master: 81ca405aee7e4a1a432c3887bc83ae798fd2cccd
2 changes: 1 addition & 1 deletion trunk/drivers/bluetooth/bpa10x.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ struct hci_vendor_hdr {
__u8 type;
__le16 snum;
__le16 dlen;
} __attribute__ ((packed));
} __packed;

static int bpa10x_recv(struct hci_dev *hdev, int queue, void *buf, int count)
{
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/bluetooth/btmrvl_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ struct btmrvl_cmd {
__le16 ocf_ogf;
u8 length;
u8 data[4];
} __attribute__ ((packed));
} __packed;

struct btmrvl_event {
u8 ec; /* event counter */
u8 length;
u8 data[4];
} __attribute__ ((packed));
} __packed;

/* Prototype of global function */

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/bluetooth/dtl1_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ typedef struct {
u8 type;
u8 zero;
u16 len;
} __attribute__ ((packed)) nsh_t; /* Nokia Specific Header */
} __packed nsh_t; /* Nokia Specific Header */

#define NSHL 4 /* Nokia Specific Header Length */

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/bluetooth/hci_ll.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ enum hcill_states_e {

struct hcill_cmd {
u8 cmd;
} __attribute__((packed));
} __packed;

struct ll_struct {
unsigned long rx_state;
Expand Down

0 comments on commit ff1d74b

Please sign in to comment.