svn commit: r192062 - head/sys/dev/snp

Ed Schouten ed at FreeBSD.org
Wed May 13 19:29:51 UTC 2009


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


More information about the svn-src-all mailing list