1
0

staging: vme_user: fixed alignment should match open parenthesis

Fixed the scripts/checkpatch.pl warning in
drivers/staging/vme_user/vme_fake.c:1064

Signed-off-by: Nadzeya Hutsko <nadzya.info@gmail.com>
Link: https://lore.kernel.org/r/20250714132409.26875-1-nadzya.info@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Nadzeya Hutsko
2025-07-14 15:24:09 +02:00
committed by Greg Kroah-Hartman
parent 9e23305260
commit 1b6766034c

View File

@@ -1061,7 +1061,7 @@ static int __init fake_init(void)
if (geoid >= VME_MAX_SLOTS) {
pr_err("VME geographical address must be between 0 and %d (exclusive), but got %d\n",
VME_MAX_SLOTS, geoid);
VME_MAX_SLOTS, geoid);
return -EINVAL;
}