Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c6138 commit f8b187cCopy full SHA for f8b187c
drivers/dio/dio.c
@@ -236,7 +236,7 @@ static int __init dio_init(void)
236
dev->id = prid;
237
238
dev->ipl = DIO_IPL(va);
239
- strcpy(dev->name,dio_getname(dev->id));
+ strcpy(dev->name, dio_getname(dev->id));
240
printk(KERN_INFO "select code %3d: ipl %d: ID %02X", dev->scode, dev->ipl, prid);
241
if (DIO_NEEDSSECID(prid))
242
printk(":%02X", secid);
0 commit comments