Skip to content

Commit

Permalink
staging: nokia_h4p: nokia_fw-bcm.c Fix line over 80 characters.
Browse files Browse the repository at this point in the history
Fix checkpatch.pl issue with
line over 80 characters in nokia_fw-bcm.c

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
  • Loading branch information
Aybuke Ozdemir authored and Peter P Waskiewicz Jr committed Mar 17, 2014
1 parent beeefed commit 0315dd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/staging/nokia_h4p/nokia_fw-bcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@

#include "hci_h4p.h"

static int hci_h4p_bcm_set_bdaddr(struct hci_h4p_info *info, struct sk_buff *skb)
static int hci_h4p_bcm_set_bdaddr(struct hci_h4p_info *info,
struct sk_buff *skb)
{
int i;
static const u8 nokia_oui[3] = {0x00, 0x1f, 0xdf};
Expand Down

0 comments on commit 0315dd7

Please sign in to comment.