Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306843
b: refs/heads/master
c: 739f43e
h: refs/heads/master
i:
  306841: 9d77548
  306839: 1607db7
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Gustavo Padovan committed May 9, 2012
1 parent 8afe6bb commit 74c32b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4fd21a88e311c03241f323f64aef643fcd5f149d
refs/heads/master: 739f43e860748f0e86034512d65ca480581b1b35
4 changes: 2 additions & 2 deletions trunk/net/bluetooth/hci_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ static const struct file_operations blacklist_fops = {

static void print_bt_uuid(struct seq_file *f, u8 *uuid)
{
u32 data0, data4;
u16 data1, data2, data3, data5;
__be32 data0, data4;
__be16 data1, data2, data3, data5;

memcpy(&data0, &uuid[0], 4);
memcpy(&data1, &uuid[4], 2);
Expand Down

0 comments on commit 74c32b8

Please sign in to comment.