Re: [PATCH] drm/print: cleanup coding style in drm_print.h

2022-09-05 Thread Joe Perches
On Mon, 2022-09-05 at 11:49 +0300, Jani Nikula wrote: > On Mon, 05 Sep 2022, Jani Nikula wrote: > > On Mon, 05 Sep 2022, Jingyu Wang wrote: > > > Fix everything checkpatch.pl complained about in drm_print.h > > [...] > > > > static inline void > > > -drm_vprintf(struct drm_printer *p, const ch

Re: [PATCH] drm/print: cleanup coding style in drm_print.h

2022-09-05 Thread Jani Nikula
On Mon, 05 Sep 2022, Jani Nikula wrote: > On Mon, 05 Sep 2022, Jingyu Wang wrote: >> Fix everything checkpatch.pl complained about in drm_print.h [...] >> static inline void >> -drm_vprintf(struct drm_printer *p, const char *fmt, va_list *va) >> +drm_vprintf(struct drm_printer *p, const char *

Re: [PATCH] drm/print: cleanup coding style in drm_print.h

2022-09-05 Thread Jani Nikula
On Mon, 05 Sep 2022, Jingyu Wang wrote: > Fix everything checkpatch.pl complained about in drm_print.h Sorry, you just can't assume the checkpatch.pl complaints are all correct, or that it would be this trivial to fix them. This is broken. > Signed-off-by: Jingyu Wang > --- > include/drm/drm_

[PATCH] drm/print: cleanup coding style in drm_print.h

2022-09-04 Thread Jingyu Wang
Fix everything checkpatch.pl complained about in drm_print.h Signed-off-by: Jingyu Wang --- include/drm/drm_print.h | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/include/drm/drm_print.h b/include/drm/drm_print.h index 22fabdeed297..4332fbeb76a8 100644 --- a/incl