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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192062

View File

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