Bluetooth: Fix code style warning
authorJeremy Clifton <deaner92@yahoo.com>
Wed, 29 Jan 2025 12:33:30 +0000 (13:33 +0100)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 25 Mar 2025 16:31:27 +0000 (12:31 -0400)
commit461159ece0586b6892d7ba4febae096aa2632ce4
treeca1e353499f64ac8fbaed0d950b86d73fe8fdc37
parent60bfe8a7dc424728fb1d83f43ae21384952ba353
Bluetooth: Fix code style warning

Output of checkpatch shows warning:
drivers/bluetooth/bfusb.c:368: WARNING: braces {} are not necessary
for single statement blocks

Remove braces for single line statement.

Signed-off-by: Jeremy Clifton <deaner92@yahoo.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/bfusb.c