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/radio.c | |
parent | f79833a7ab44fd7ce4db47c65c929747463a452d (diff) | |
download | linux-67d0fb2592acdd7cc41129279de2e520d53d68f0.tar.bz2 |
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/radio.c')
-rw-r--r-- | drivers/uwb/radio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/uwb/radio.c b/drivers/uwb/radio.c index 10adb9800999..fd23d985ea71 100644 --- a/drivers/uwb/radio.c +++ b/drivers/uwb/radio.c @@ -93,7 +93,7 @@ static int uwb_radio_change_channel(struct uwb_rc *rc, int channel) * uwb_radio_start - request that the radio be started * @pal: the PAL making the request. * - * If the radio is not already active, aa suitable channel is selected + * If the radio is not already active, a suitable channel is selected * and beacons are started. */ int uwb_radio_start(struct uwb_pal *pal) |