Author: ed
Date: Wed May 13 19:29:50 2009
New Revision: 192062
URL: http://svn.freebsd.org/changeset/base/192062

Log:
  Keep this line shorter than 80 columns.

Modified:
  head/sys/dev/snp/snp.c

Modified: head/sys/dev/snp/snp.c
==============================================================================
--- head/sys/dev/snp/snp.c      Wed May 13 19:26:19 2009        (r192061)
+++ head/sys/dev/snp/snp.c      Wed May 13 19:29:50 2009        (r192062)
@@ -257,8 +257,8 @@ snp_ioctl(struct cdev *dev, u_long cmd, 
                        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);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to