projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
305d6b6
)
Bluetooth: fix inconsistent indenting
author
Lanzhe Li
<u202212060@hust.edu.cn>
Sun, 9 Apr 2023 13:02:29 +0000
(21:02 +0800)
committer
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Mon, 24 Apr 2023 05:02:14 +0000
(22:02 -0700)
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>
net/bluetooth/hci_debugfs.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/hci_debugfs.c
b/net/bluetooth/hci_debugfs.c
index b7f682922a165404e9a59fe58870a0007a8fb2c8..ec0df2f9188ed51089154e69b5e221b7aa5960ee 100644
(file)
--- 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);