1
0
Fork 0

i2c: parport: fix spelling mistake: "Atmost" -> "At most"

There is a spelling mistake in a module parameter description.
Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
alistair/sensors
Colin Ian King 2020-01-25 20:20:20 +00:00 committed by Wolfram Sang
parent a009310fad
commit eca95cd5a3
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ static int parport[MAX_DEVICE] = {0, -1, -1, -1};
module_param_array(parport, int, NULL, 0);
MODULE_PARM_DESC(parport,
"List of parallel ports to bind to, by index.\n"
" Atmost " __stringify(MAX_DEVICE) " devices are supported.\n"
" At most " __stringify(MAX_DEVICE) " devices are supported.\n"
" Default is one device connected to parport0.\n"
);