Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yu Zhe and committed by
Helge Deller
ff61582e 001f2cdb

+1 -1
+1 -1
drivers/video/fbdev/controlfb.c
··· 376 376 #define CONTROL_PIXCLOCK_MIN 5000 /* ~ 200 MHz dot clock */ 377 377 378 378 /* 379 - * calculate the clock paramaters to be sent to CUDA according to given 379 + * calculate the clock parameters to be sent to CUDA according to given 380 380 * pixclock in pico second. 381 381 */ 382 382 static int calc_clock_params(unsigned long clk, unsigned char *param)