Re: [PATCH v3 1/2] net: phonet: mark header_ops as const

2017-10-07 Thread David Miller
From: Lin Zhang Date: Fri, 6 Oct 2017 01:37:29 +0800 > Signed-off-by: Lin Zhang Applied.

[PATCH v3 1/2] net: phonet: mark header_ops as const

2017-10-05 Thread Lin Zhang
Signed-off-by: Lin Zhang --- changelog: v2 -> v3: * fix phonet_header_ops type mismatch error --- include/linux/if_phonet.h | 2 +- net/phonet/af_phonet.c| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/if_phonet.h