Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/footbridge Update comments to reflect the real ...



details:   https://anonhg.NetBSD.org/src/rev/7b2fdd358bbc
branches:  trunk
changeset: 781971:7b2fdd358bbc
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Oct 10 21:53:09 2012 +0000

description:
Update comments to reflect the real function prototypes.

>From chuq.

diffstat:

 sys/arch/arm/footbridge/footbridge.c     |  6 +++---
 sys/arch/arm/footbridge/footbridge_com.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 37648af26525 -r 7b2fdd358bbc sys/arch/arm/footbridge/footbridge.c
--- a/sys/arch/arm/footbridge/footbridge.c      Wed Oct 10 18:20:23 2012 +0000
+++ b/sys/arch/arm/footbridge/footbridge.c      Wed Oct 10 21:53:09 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: footbridge.c,v 1.25 2011/07/01 19:32:28 dyoung Exp $   */
+/*     $NetBSD: footbridge.c,v 1.26 2012/10/10 21:53:09 skrll Exp $    */
 
 /*
  * Copyright (c) 1997,1998 Mark Brinicombe.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: footbridge.c,v 1.25 2011/07/01 19:32:28 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: footbridge.c,v 1.26 2012/10/10 21:53:09 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -123,7 +123,7 @@
 }
 
 /*
- * int footbridge_match(struct device *parent, struct cfdata *cf, void *aux)
+ * int footbridge_match(device_t parent, cfdata_t cf, void *aux)
  *
  * Just return ok for this if it is device 0
  */ 
diff -r 37648af26525 -r 7b2fdd358bbc sys/arch/arm/footbridge/footbridge_com.c
--- a/sys/arch/arm/footbridge/footbridge_com.c  Wed Oct 10 18:20:23 2012 +0000
+++ b/sys/arch/arm/footbridge/footbridge_com.c  Wed Oct 10 21:53:09 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: footbridge_com.c,v 1.34 2011/07/01 19:32:28 dyoung Exp $       */
+/*     $NetBSD: footbridge_com.c,v 1.35 2012/10/10 21:53:09 skrll Exp $        */
 
 /*-
  * Copyright (c) 1997 Mark Brinicombe
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: footbridge_com.c,v 1.34 2011/07/01 19:32:28 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: footbridge_com.c,v 1.35 2012/10/10 21:53:09 skrll Exp $");
 
 #include "opt_ddb.h"
 #include "opt_ddbparam.h"
@@ -154,7 +154,7 @@
 extern struct bus_space fcomcons_bs_tag;
 
 /*
- * int fcom_probe(struct device *parent, struct cfdata *cf, void *aux)
+ * int fcom_probe(device_t parent, cfdata_t cf, void *aux)
  *
  * Make sure we are trying to attach a com device and then
  * probe for one.



Home | Main Index | Thread Index | Old Index