Bluetooth: fix wrong indent in __hci_req_update_{scan/adv}_rsp_data() 07/210207/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 17 Jul 2019 01:56:16 +0000 (10:56 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 17 Jul 2019 02:00:09 +0000 (11:00 +0900)
commit474c5daa253fb2c47aec02499783b10d664f4763
tree33784af11bc0607e5369432ea8a7ab09adc421e4
parent67716d6e4697dbf9cb575e0cef5c8a4de42736d5
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