Keep this line shorter than 80 columns.
This commit is contained in:
parent
ecd6163338
commit
aa16f86ca5
@ -257,8 +257,8 @@ snp_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flags,
|
|||||||
SNP_UNLOCK();
|
SNP_UNLOCK();
|
||||||
return (EBUSY);
|
return (EBUSY);
|
||||||
}
|
}
|
||||||
error = ttyhook_register(&ss->snp_tty, td->td_proc, *(int *)data,
|
error = ttyhook_register(&ss->snp_tty, td->td_proc,
|
||||||
&snp_hook, ss);
|
*(int *)data, &snp_hook, ss);
|
||||||
SNP_UNLOCK();
|
SNP_UNLOCK();
|
||||||
if (error != 0)
|
if (error != 0)
|
||||||
return (error);
|
return (error);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user