Bluetooth: fix wrong indent in __hci_req_update_{scan/adv}_rsp_data() 54/293154/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 17 Jul 2019 01:56:16 +0000 (10:56 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Mon, 22 May 2023 01:03:51 +0000 (10:03 +0900)
commitb52ca7872ef54a5322b804dcbc446d1cb872c2fd
treebcd2e9ec4ac7ec0ac754e3060128062843c1473a
parent31279a4a05dfbce1ff09a1348b6afc94e6ba7b11
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