Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337687
b: refs/heads/master
c: fb7d2eb
h: refs/heads/master
i:
  337685: 0be7f29
  337683: 1098a8e
  337679: 3adc549
v: v3
  • Loading branch information
Hojung Youn authored and Greg Kroah-Hartman committed Nov 6, 2012
1 parent dc1ca47 commit 12b5edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 65dbeb195ad1070fcee669edca2a30916ca59f6d
refs/heads/master: fb7d2ebd217a2a3cead4402b47c65c25881a2f75
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static const struct sig_name Unifi_bulkcmd_names[] = {
{ 15, "Padding" }
};

const char* lookup_bulkcmd_name(u16 id)
const char *lookup_bulkcmd_name(u16 id)
{
if (id < 9)
return Unifi_bulkcmd_names[id].name;
Expand Down

0 comments on commit 12b5edd

Please sign in to comment.