diff options
author | Yu Zhe <yuzhe@nfschina.com> | 2022-11-18 12:00:50 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2022-12-14 22:01:50 +0300 |
commit | ff61582e0dd7eea57ce4abbe6bdc567ff9282ed6 (patch) | |
tree | c8b4f04cdbc78967461f6eb8eaef5ce61e71c5f9 | |
parent | 001f2cdb952a9566c77fb4b5470cc361db5601bb (diff) | |
download | linux-ff61582e0dd7eea57ce4abbe6bdc567ff9282ed6.tar.xz |
fbdev: controlfb: fix spelling mistake "paramaters"->"parameters"
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>
-rw-r--r-- | drivers/video/fbdev/controlfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/controlfb.c b/drivers/video/fbdev/controlfb.c index 6bbcd9fc864e..77dbf94aae5f 100644 --- 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 paramaters to be sent to CUDA according to given + * calculate the clock parameters to be sent to CUDA according to given * pixclock in pico second. */ static int calc_clock_params(unsigned long clk, unsigned char *param) |