diff options
author | Thomas Pugliese <thomas.pugliese@gmail.com> | 2013-12-20 11:54:08 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-20 12:19:13 -0800 |
commit | 67d0fb2592acdd7cc41129279de2e520d53d68f0 (patch) | |
tree | 8713ec03cada288a7f3d77d27a0b58350000cde1 /drivers/uwb/beacon.c | |
parent | f79833a7ab44fd7ce4db47c65c929747463a452d (diff) | |
download | op-kernel-dev-67d0fb2592acdd7cc41129279de2e520d53d68f0.zip op-kernel-dev-67d0fb2592acdd7cc41129279de2e520d53d68f0.tar.gz |
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 7b76361..4190f29 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; |