Commit 6fcb1ca4 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Fixes trivial error in

From: Herbert Xu <herbert@gondor.apana.org.au>

This patch adds a pair of missing quotes.
parent 7ce0fd51
......@@ -421,7 +421,7 @@ static int DIVA_INIT_FUNCTION divas_maint_register_chrdev(void)
return (0);
}
devfs_mk_cdev(MKDEV(major, 0), S_IFCHR|S_IRUSR|S_IWUSR, DivasMAINT);
devfs_mk_cdev(MKDEV(major, 0), S_IFCHR|S_IRUSR|S_IWUSR, "DivasMAINT");
return (1);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment