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)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 6 Jul 2020 09:08:20 +0000 (18:08 +0900)
commiteaaf395664419c081f7bcb2095a9a5ed0fe537d4
treed0fdf9f6606ef3e15783c09f0cd9bb3856fc17b4
parent74c2ae6fc7e0fa741547d24ff0af2b4c26f41635
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