diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-14 05:05:25 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-10-14 07:20:50 -0400 |
commit | c56057557672b65c11e7f99c124670c2297743f0 (patch) | |
tree | f87b9012e5aaa1683fd0822b39b4f15588829060 /net/bluetooth/af_bluetooth.c | |
parent | dcbc729eef18b93e689d853aa8ccc41549e7fd58 (diff) |
Bluetooth: Adjust header for proc socket information
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>
Diffstat (limited to 'net/bluetooth/af_bluetooth.c')
-rw-r--r-- | net/bluetooth/af_bluetooth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/af_bluetooth.c b/net/bluetooth/af_bluetooth.c index 61501c9b34f6..1f1a1118f489 100644 --- 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) | |||
611 | struct bt_sock_list *l = s->l; | 611 | struct bt_sock_list *l = s->l; |
612 | 612 | ||
613 | if (v == SEQ_START_TOKEN) { | 613 | if (v == SEQ_START_TOKEN) { |
614 | seq_puts(seq ,"sk RefCnt Rmem Wmem User Inode Src Dst Parent"); | 614 | seq_puts(seq ,"sk RefCnt Rmem Wmem User Inode Parent"); |
615 | 615 | ||
616 | if (l->custom_seq_show) { | 616 | if (l->custom_seq_show) { |
617 | seq_putc(seq, ' '); | 617 | seq_putc(seq, ' '); |