Commit ff61582e authored by Yu Zhe's avatar Yu Zhe Committed by Helge Deller
Browse files

fbdev: controlfb: fix spelling mistake "paramaters"->"parameters"



There is a spelling mistake in comment. Fix it.

Signed-off-by: default avatarYu Zhe <yuzhe@nfschina.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 001f2cdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)