diff options
author | Thomas Pugliese <thomas.pugliese@gmail.com> | 2013-12-20 18:54:08 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-20 21:19:13 +0100 |
commit | 67d0fb2592acdd7cc41129279de2e520d53d68f0 (patch) | |
tree | 8713ec03cada288a7f3d77d27a0b58350000cde1 /drivers/uwb/beacon.c | |
parent | uwb: add debug prints during channel change and beacon actions (diff) | |
download | linux-67d0fb2592acdd7cc41129279de2e520d53d68f0.tar.xz linux-67d0fb2592acdd7cc41129279de2e520d53d68f0.zip |
uwb: whitespace and comment cleanups
various whitespace and comment cleanups
Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/uwb/beacon.c')
-rw-r--r-- | drivers/uwb/beacon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/uwb/beacon.c b/drivers/uwb/beacon.c index 7b763610ce75..4190f29fe312 100644 --- a/drivers/uwb/beacon.c +++ b/drivers/uwb/beacon.c @@ -185,7 +185,7 @@ out: /* Find a beacon by dev addr in the cache */ static -struct uwb_beca_e *__uwb_beca_find_bymac(struct uwb_rc *rc, +struct uwb_beca_e *__uwb_beca_find_bymac(struct uwb_rc *rc, const struct uwb_mac_addr *mac_addr) { struct uwb_beca_e *bce, *next; |