Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2008 13:36:50 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 145363 for review
Message-ID:  <200807171336.m6HDaoDe059950@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145363

Change 145363 by ed@ed_dull on 2008/07/17 13:36:11

	Properly comment the t_softc and t_dev fields of struct tty.

Affected files ...

.. //depot/projects/mpsafetty/sys/sys/tty.h#3 edit

Differences ...

==== //depot/projects/mpsafetty/sys/sys/tty.h#3 (text+ko) ====

@@ -119,8 +119,8 @@
 	struct session	*t_session;	/* (t) Associated session */
 	unsigned int	t_sessioncnt;	/* (t) Backpointing sessions */
 
-	void		*t_softc;	/* Soft config, for drivers */
-	struct cdev	*t_dev;
+	void		*t_softc;	/* (c) Soft config, for drivers */
+	struct cdev	*t_dev;		/* (c) Primary character device */
 };
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807171336.m6HDaoDe059950>