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>
Thu, 3 Aug 2023 08:43:51 +0000 (17:43 +0900)
commiteae2b8cb1e480b864bb674387f239380cd25b785
tree4f2a512cac03ce7a9b84dfd370fc79e89763f350
parent2d45b46a9cf442adfa6499f36ac6184a1ce54d1a
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