Re: [PATCH] net: socket: mark socket protocol handler structs as const
From: linzhang Date: Mon, 15 May 2017 10:26:47 +0800 > Signed-off-by: linzhang Applied.
[PATCH] net: socket: mark socket protocol handler structs as const
Signed-off-by: linzhang --- net/bluetooth/af_bluetooth.c | 2 +- net/caif/caif_socket.c | 2 +- net/kcm/kcmsock.c| 2 +- net/nfc/af_nfc.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/bluetooth/af_bluetooth.c b/net/bluetooth/af_bluetooth.