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();
|
||||
return (EBUSY);
|
||||
}
|
||||
error = ttyhook_register(&ss->snp_tty, td->td_proc, *(int *)data,
|
||||
&snp_hook, ss);
|
||||
error = ttyhook_register(&ss->snp_tty, td->td_proc,
|
||||
*(int *)data, &snp_hook, ss);
|
||||
SNP_UNLOCK();
|
||||
if (error != 0)
|
||||
return (error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user