From: Marcel Holtmann Date: Mon, 14 Oct 2013 09:05:25 +0000 (-0700) Subject: Bluetooth: Adjust header for proc socket information X-Git-Tag: accepted/tizen/common/20141203.182822~719^2~3^2^2~364^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c56057557672b65c11e7f99c124670c2297743f0;p=platform%2Fkernel%2Flinux-arm64.git 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 Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/af_bluetooth.c b/net/bluetooth/af_bluetooth.c index 61501c9..1f1a111 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) 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, ' ');