Re: [PATCH 1/6] driver core: device.h: remove extern from function prototypes

From: Greg Kroah-Hartman
Date: Fri Mar 24 2023 - 09:41:40 EST


On Fri, Mar 24, 2023 at 02:35:12PM +0100, Rafael J. Wysocki wrote:
> On Fri, Mar 24, 2023 at 1:27 PM Greg Kroah-Hartman
> <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> >
> > The kernel coding style does not require 'extern' in function prototypes
> > in .h files, so remove them from include/linux/device.h as they are not
> > needed.
> >
> > Cc: "Rafael J. Wysocki" <rafael@xxxxxxxxxx>
> > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
>
> Acked-by: Rafael J. Wysocki <rafael@xxxxxxxxxx>
>
> for this one and the rest of the series.

Thanks for the review!

greg k-h