projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e77112
)
ARM: s3c24xx: demote kerneldoc comment
author
Krzysztof Kozlowski
<krzk@kernel.org>
Sun, 2 Aug 2020 20:36:05 +0000
(22:36 +0200)
committer
Krzysztof Kozlowski
<krzk@kernel.org>
Mon, 17 Aug 2020 16:54:33 +0000
(18:54 +0200)
Remove kerneldoc annotation to fix warning:
arch/arm/mach-s3c24xx/mach-h1940.c:185: warning:
cannot understand function prototype: 'struct s3c2410fb_display h1940_lcd __initdata = '
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
arch/arm/mach-s3c24xx/mach-h1940.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c24xx/mach-h1940.c
b/arch/arm/mach-s3c24xx/mach-h1940.c
index f4710052843ac80f0e1a1345040161c40785e423..df652b332275ff22c1d5a704acaa023273907384 100644
(file)
--- a/
arch/arm/mach-s3c24xx/mach-h1940.c
+++ b/
arch/arm/mach-s3c24xx/mach-h1940.c
@@
-180,9
+180,9
@@
static struct s3c2410_ts_mach_info h1940_ts_cfg __initdata = {
.cfg_gpio = s3c24xx_ts_cfg_gpio,
};
-/*
*
+/*
* Set lcd on or off
- *
*
/
+ */
static struct s3c2410fb_display h1940_lcd __initdata = {
.lcdcon5= S3C2410_LCDCON5_FRM565 | \
S3C2410_LCDCON5_INVVLINE | \