projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcbc729
)
Bluetooth: Adjust header for proc socket information
author
Marcel Holtmann
<marcel@holtmann.org>
Mon, 14 Oct 2013 09:05:25 +0000
(
02:05
-0700)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Mon, 14 Oct 2013 11:20:50 +0000
(14:20 +0300)
The exposed socket information do not contain source or destination
addresses. So adjust the header accordingly.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/af_bluetooth.c
patch
|
blob
|
blame
|
history
diff --git
a/net/bluetooth/af_bluetooth.c
b/net/bluetooth/af_bluetooth.c
index 61501c9b34f6a174835bd855c6ce23ed4b0692e6..1f1a1118f4891b950ee8ba6b610ff9a8f4f0c36d 100644
(file)
--- a/
net/bluetooth/af_bluetooth.c
+++ b/
net/bluetooth/af_bluetooth.c
@@
-611,7
+611,7
@@
static int bt_seq_show(struct seq_file *seq, void *v)
struct bt_sock_list *l = s->l;
if (v == SEQ_START_TOKEN) {
- seq_puts(seq ,"sk RefCnt Rmem Wmem User Inode
Src Dst
Parent");
+ seq_puts(seq ,"sk RefCnt Rmem Wmem User Inode Parent");
if (l->custom_seq_show) {
seq_putc(seq, ' ');