Module Name: src Committed By: tsutsui Date: Wed Jun 17 15:43:17 UTC 2009
Modified Files: src/sys/dev/mii: brgphy.c Log Message: Unwrap not so long lines. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/mii/brgphy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/mii/brgphy.c diff -u src/sys/dev/mii/brgphy.c:1.47 src/sys/dev/mii/brgphy.c:1.48 --- src/sys/dev/mii/brgphy.c:1.47 Wed Jun 17 15:42:00 2009 +++ src/sys/dev/mii/brgphy.c Wed Jun 17 15:43:16 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: brgphy.c,v 1.47 2009/06/17 15:42:00 tsutsui Exp $ */ +/* $NetBSD: brgphy.c,v 1.48 2009/06/17 15:43:16 tsutsui Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: brgphy.c,v 1.47 2009/06/17 15:42:00 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: brgphy.c,v 1.48 2009/06/17 15:43:16 tsutsui Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -187,8 +187,7 @@ }; static int -brgphymatch(device_t parent, cfdata_t match, - void *aux) +brgphymatch(device_t parent, cfdata_t match, void *aux) { struct mii_attach_args *ma = aux;