Bluetooth: fix wrong indent in __hci_req_update_{scan/adv}_rsp_data()
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 17 Jul 2019 01:56:16 +0000 (10:56 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 2 Apr 2020 04:09:07 +0000 (13:09 +0900)
commit726db194f665965a8f712243d80f89536ff5e5c4
treeee86d9eb33f1f56a84cbca51a51a7a68d6aadbfc
parentf4a899fa179ae9272dde0f8379538a744dc4819f
Bluetooth: fix wrong indent in __hci_req_update_{scan/adv}_rsp_data()

The commit ac160e08af69 ("Bluetooth: Add Advertising Packet
Configuration") introduces wrong indent which causes build warning for
gcc-7. Fix the wrong indent.

Change-Id: Ia0bde8a8f9660ccf8fa312e3c3ec6c8cb76863f1
Fixes: ac160e08af69 ("Bluetooth: Add Advertising Packet Configuration")
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
net/bluetooth/hci_request.c