Re: [PATCH v4 3/4] ocxl: Remove superfluous 'extern' from headers

2019-04-05 Thread Andrew Donnellan
On 25/3/19 4:34 pm, Alastair D'Silva wrote: From: Alastair D'Silva The 'extern' keyword adds no value here. Signed-off-by: Alastair D'Silva --- Acked-by: Andrew Donnellan drivers/misc/ocxl/ocxl_internal.h | 54 +++ include/misc/ocxl.h | 36

Re: [PATCH v4 3/4] ocxl: Remove superfluous 'extern' from headers

2019-04-03 Thread Frederic Barrat
Le 25/03/2019 à 06:34, Alastair D'Silva a écrit : From: Alastair D'Silva The 'extern' keyword adds no value here. Signed-off-by: Alastair D'Silva --- Acked-by: Frederic Barrat drivers/misc/ocxl/ocxl_internal.h | 54 +++ include/misc/ocxl.h

Re: [PATCH v4 3/4] ocxl: Remove superfluous 'extern' from headers

2019-03-25 Thread Greg Kurz
On Mon, 25 Mar 2019 16:34:54 +1100 "Alastair D'Silva" wrote: > From: Alastair D'Silva > > The 'extern' keyword adds no value here. > > Signed-off-by: Alastair D'Silva > --- Reviewed-by: Greg Kurz > drivers/misc/ocxl/ocxl_internal.h | 54 +++ >

[PATCH v4 3/4] ocxl: Remove superfluous 'extern' from headers

2019-03-24 Thread Alastair D'Silva
From: Alastair D'Silva The 'extern' keyword adds no value here. Signed-off-by: Alastair D'Silva --- drivers/misc/ocxl/ocxl_internal.h | 54 +++ include/misc/ocxl.h | 36 ++--- 2 files changed, 44 insertions(+), 46 deletions(-) diff