Re: [PATCH v2] drm/drm_file.c: Define drm_send_event_helper() as 'static'

2021-04-27 Thread Daniel Vetter
On Mon, Apr 26, 2021 at 10:00:51PM +0200, Fabio M. De Francesco wrote: > drm_send_event_helper() has not prototype, it has internal linkage and > therefore it should be defined with storage class 'static'. > > Signed-off-by: Fabio M. De Francesco > --- > > Changes from v1: As suggested by

[PATCH v2] drm/drm_file.c: Define drm_send_event_helper() as 'static'

2021-04-26 Thread Fabio M. De Francesco
drm_send_event_helper() has not prototype, it has internal linkage and therefore it should be defined with storage class 'static'. Signed-off-by: Fabio M. De Francesco --- Changes from v1: As suggested by Daniel Vetter, removed unnecessary kernel-doc comments. drivers/gpu/drm/drm_file.c | 10