diff options
author | Thomas Pugliese <thomas.pugliese@gmail.com> | 2014-04-28 14:53:26 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-27 15:18:48 -0700 |
commit | 992801645bd9458d9317a552e194bf27f4d53151 (patch) | |
tree | e0ddca08cf823b76db668d0e85ec68c78f036db3 /drivers/uwb | |
parent | d339a1f2ff9b51bc195c6233978b1eb32164bbca (diff) | |
download | talos-obmc-linux-992801645bd9458d9317a552e194bf27f4d53151.tar.gz talos-obmc-linux-992801645bd9458d9317a552e194bf27f4d53151.zip |
uwb: comment typo fix
Comment typo fix.
Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/uwb')
-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 fd23d985ea71..2427e944883d 100644 --- a/drivers/uwb/radio.c +++ b/drivers/uwb/radio.c @@ -115,7 +115,7 @@ int uwb_radio_start(struct uwb_pal *pal) EXPORT_SYMBOL_GPL(uwb_radio_start); /** - * uwb_radio_stop - request tha the radio be stopped. + * uwb_radio_stop - request that the radio be stopped. * @pal: the PAL making the request. * * Stops the radio if no other PAL is making use of it. |