uwb: fix brace coding style issue in drp-ie.c
authorHugh Sipière <hgsipiere@gmail.com>
Fri, 29 Dec 2017 20:55:42 +0000 (20:55 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Jan 2018 16:33:21 +0000 (17:33 +0100)
commit8206948c91963c3f5698a3341337a1c6550df2ad
treee7ddc4d4e1d935b92d4c0132f5ab9e1319984d1e
parent3f514f97ee82bf1dcf860a0ad0aebd637159e107
uwb: fix brace coding style issue in drp-ie.c

The coding style doesn't use braces if a single statment will do. In
this case we can get rid of the braces.

Signed-off-by: Hugh Sipière <hgsipiere@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uwb/drp-ie.c