commit | 7db57ca4b1340ca8cc3cf864d5e1acdb66919ab4 | [log] [tgz] |
---|---|---|
author | Javier F. Arias <jarias.linux@gmail.com> | Tue Nov 12 11:54:11 2019 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 13 00:04:54 2019 +0100 |
tree | c6a0ceda5c67b0d9dbce6d907be732cb0039291d | |
parent | 309e05f5f91f63b0ee387b2bf4d595cef25ad76d [diff] |
staging: rtl8723bs: Remove unnecessary braces This patch removes unnecessary braces on single statement blocks or that aren't necessary in any arm of the statement. Issue found by Checkpatch. Signed-off-by: Javier F. Arias <jarias.linux@gmail.com> Link: https://lore.kernel.org/r/041503946a1c58111e69579838b184359745d8c1.1573577309.git.jarias.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>