projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
001f2cd
)
fbdev: controlfb: fix spelling mistake "paramaters"->"parameters"
author
Yu Zhe
<yuzhe@nfschina.com>
Fri, 18 Nov 2022 09:00:50 +0000
(17:00 +0800)
committer
Helge Deller
<deller@gmx.de>
Wed, 14 Dec 2022 19:01:50 +0000
(20:01 +0100)
There is a spelling mistake in comment. Fix it.
Signed-off-by: Yu Zhe <yuzhe@nfschina.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/controlfb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/fbdev/controlfb.c
b/drivers/video/fbdev/controlfb.c
index 6bbcd9fc864e9eba589dcb2a08aab0e127e51e8c..77dbf94aae5f4fdacf5e340fb89453b6b71dba82 100644
(file)
--- a/
drivers/video/fbdev/controlfb.c
+++ b/
drivers/video/fbdev/controlfb.c
@@
-376,7
+376,7
@@
static int read_control_sense(struct fb_info_control *p)
#define CONTROL_PIXCLOCK_MIN 5000 /* ~ 200 MHz dot clock */
/*
- * calculate the clock param
a
ters to be sent to CUDA according to given
+ * calculate the clock param
e
ters to be sent to CUDA according to given
* pixclock in pico second.
*/
static int calc_clock_params(unsigned long clk, unsigned char *param)