summaryrefslogtreecommitdiff
path: root/net/bluetooth
diff options
context:
space:
mode:
authorLanzhe Li <u202212060@hust.edu.cn>2023-04-09 21:02:29 +0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-04-23 22:02:14 -0700
commit3c690a0d64f5964977050a91b6bba8de09c13d94 (patch)
tree4b22953a6a14a87252da01bd3e97072269298589 /net/bluetooth
parent305d6b6e485e46a7a3e85d5bfecda9af2294f423 (diff)
downloadlinux-next-3c690a0d64f5964977050a91b6bba8de09c13d94.tar.gz
Bluetooth: fix inconsistent indenting
Fixed a wrong indentation before "return".This line uses a 7 space indent instead of a tab. Signed-off-by: Lanzhe Li <u202212060@hust.edu.cn> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'net/bluetooth')
-rw-r--r--net/bluetooth/hci_debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_debugfs.c b/net/bluetooth/hci_debugfs.c
index b7f682922a16..ec0df2f9188e 100644
--- a/net/bluetooth/hci_debugfs.c
+++ b/net/bluetooth/hci_debugfs.c
@@ -189,7 +189,7 @@ static int uuids_show(struct seq_file *f, void *p)
}
hci_dev_unlock(hdev);
- return 0;
+ return 0;
}
DEFINE_SHOW_ATTRIBUTE(uuids);