projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db6da59
)
fbdev: Use /* */ comment in initializer macro
author
Thomas Zimmermann
<tzimmermann@suse.de>
Wed, 14 Jun 2023 13:12:12 +0000
(15:12 +0200)
committer
Thomas Zimmermann
<tzimmermann@suse.de>
Thu, 15 Jun 2023 08:45:17 +0000
(10:45 +0200)
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>
Link:
https://patchwork.freedesktop.org/patch/msgid/20230614131253.10208-1-tzimmermann@suse.de
include/linux/fb.h
patch
|
blob
|
history
diff --git
a/include/linux/fb.h
b/include/linux/fb.h
index ce6823e157e6b56305aff01ce7b72a8d3394d801..ce7d588edc3e64cae9f89e361b5f0e3638d46164 100644
(file)
--- 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, \