Keep this line shorter than 80 columns.

This commit is contained in:
Ed Schouten 2009-05-13 19:29:50 +00:00
parent ecd6163338
commit aa16f86ca5

View File

@ -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);