]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fix module_param mistake in it821x
authorStas Sergeev <stsp@aknet.ru>
Wed, 20 Jun 2007 18:42:13 +0000 (22:42 +0400)
committerJeff Garzik <jeff@garzik.org>
Wed, 20 Jun 2007 23:56:21 +0000 (19:56 -0400)
commit5fe675e2b3e41349deb0c81667065b9cb229ea1d
treee6f797e4fa367733d1c6d37667961be5e17ccce8
parenta3d2cc5e742f82a87fdf9e2b730f41ff381c0a73
fix module_param mistake in it821x

The attached patch fixes a trivial
mistake in a MODULE_PARAM_DESC of pata_it821x
driver. The parameter name in MODULE_PARAM_DESC
should match the one in module_param_named.

Signed-off-by: Stas Sergeev <stsp@aknet.ru>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_it821x.c