svn commit: r188719 - head/sys/dev/tsec

Rafal Jaworowski raj at FreeBSD.org
Tue Feb 17 08:02:46 PST 2009


Author: raj
Date: Tue Feb 17 16:02:45 2009
New Revision: 188719
URL: http://svn.freebsd.org/changeset/base/188719

Log:
  tsec(4) cosmetics.

Modified:
  head/sys/dev/tsec/if_tsec.c

Modified: head/sys/dev/tsec/if_tsec.c
==============================================================================
--- head/sys/dev/tsec/if_tsec.c	Tue Feb 17 15:59:27 2009	(r188718)
+++ head/sys/dev/tsec/if_tsec.c	Tue Feb 17 16:02:45 2009	(r188719)
@@ -968,7 +968,7 @@ tsec_ioctl(struct ifnet *ifp, u_long com
 			}
 		}
 #endif
-	break;
+		break;
 
 	default:
 		error = ether_ioctl(ifp, command, data);
@@ -1710,7 +1710,6 @@ tsec_add_sysctls(struct tsec_softc *sc)
  *   100 Mbps, or 1Gbps, respectively. For detailed discussion consult the
  *   TSEC reference manual.
  */
-
 static int
 tsec_sysctl_ic_time(SYSCTL_HANDLER_ARGS)
 {


More information about the svn-src-all mailing list