[PATCH] uwb: remove trailing whitespace for coding style

2017-12-29 Thread Hugh Sipière
There were tabs there before that aren't in this patch. After the semicolon there was a space that I removed. This is to suit the coding style. Signed-off-by: Hugh Sipière <hgsipi...@gmail.com> --- drivers/uwb/drp-ie.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff

[PATCH] uwb: fix brace coding style issue in drp-ie.c

2017-12-29 Thread Hugh Sipière
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 <hgsipi...@gmail.com> --- drivers/uwb/drp-ie.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/uwb/drp-ie.c b/drivers/u