From: "Christian König" <ckoenig.leichtzumerken@gmail.com>
To: Thomas Zimmermann <tzimmermann@suse.de>, sam@ravnborg.org, deller@gmx.de
Cc: linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] fbdev: Use /* */ comment in initializer macro
Date: Wed, 14 Jun 2023 15:52:13 +0200 [thread overview]
Message-ID: <c52e29a7-95c4-5a3d-4564-a3554a6de5d3@gmail.com> (raw)
In-Reply-To: <20230614131253.10208-1-tzimmermann@suse.de>
Am 14.06.23 um 15:12 schrieb Thomas Zimmermann:
> Use /* */ in initializer macro to avoid out-commenting the comma
> at the end of the line.
>
> Reported-by: Christian König <ckoenig.leichtzumerken@gmail.com>
> Closes: https://lore.kernel.org/dri-devel/20230530150253.22758-1-tzimmermann@suse.de/T/#m356cda2679c17d7a01f30ce2b5282cd9046ea6d4
> Fixes: f1061fa641b8 ("fbdev: Add initializer macros for struct fb_ops")
> Cc: Sam Ravnborg <sam@ravnborg.org>
> Cc: Helge Deller <deller@gmx.de>
> Cc: linux-fbdev@vger.kernel.org
> Cc: dri-devel@lists.freedesktop.org
> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Christian König <christian.koenig@amd.com>
> ---
> include/linux/fb.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/linux/fb.h b/include/linux/fb.h
> index ce6823e157e6b..ce7d588edc3e6 100644
> --- a/include/linux/fb.h
> +++ b/include/linux/fb.h
> @@ -552,7 +552,7 @@ extern ssize_t fb_io_write(struct fb_info *info, const char __user *buf,
> .fb_imageblit = cfb_imageblit
>
> #define __FB_DEFAULT_IO_OPS_MMAP \
> - .fb_mmap = NULL // default implementation
> + .fb_mmap = NULL /* default implementation */
>
> #define FB_DEFAULT_IO_OPS \
> __FB_DEFAULT_IO_OPS_RDWR, \
> @@ -585,7 +585,7 @@ extern ssize_t fb_sys_write(struct fb_info *info, const char __user *buf,
> .fb_imageblit = sys_imageblit
>
> #define __FB_DEFAULT_SYS_OPS_MMAP \
> - .fb_mmap = NULL // default implementation
> + .fb_mmap = NULL /* default implementation */
>
> #define FB_DEFAULT_SYS_OPS \
> __FB_DEFAULT_SYS_OPS_RDWR, \
prev parent reply other threads:[~2023-06-14 13:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-14 13:12 [PATCH] fbdev: Use /* */ comment in initializer macro Thomas Zimmermann
2023-06-14 13:52 ` Christian König [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c52e29a7-95c4-5a3d-4564-a3554a6de5d3@gmail.com \
--to=ckoenig.leichtzumerken@gmail.com \
--cc=deller@gmx.de \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=sam@ravnborg.org \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).