Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/explora/dev Style. No binary changes.
details: https://anonhg.NetBSD.org/src/rev/3f2d5366d2e1
branches: trunk
changeset: 953682:3f2d5366d2e1
user: rin <rin%NetBSD.org@localhost>
date: Tue Mar 16 08:16:53 2021 +0000
description:
Style. No binary changes.
diffstat:
sys/arch/evbppc/explora/dev/com_elb.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (34 lines):
diff -r 4e32c29da251 -r 3f2d5366d2e1 sys/arch/evbppc/explora/dev/com_elb.c
--- a/sys/arch/evbppc/explora/dev/com_elb.c Tue Mar 16 07:34:44 2021 +0000
+++ b/sys/arch/evbppc/explora/dev/com_elb.c Tue Mar 16 08:16:53 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: com_elb.c,v 1.11 2021/03/02 12:01:02 rin Exp $ */
+/* $NetBSD: com_elb.c,v 1.12 2021/03/16 08:16:53 rin Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: com_elb.c,v 1.11 2021/03/02 12:01:02 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: com_elb.c,v 1.12 2021/03/16 08:16:53 rin Exp $");
#include <sys/param.h>
#include <sys/conf.h>
@@ -59,12 +59,12 @@
int
com_elb_probe(device_t parent, cfdata_t cf, void *aux)
{
- struct elb_attach_args *oaa = aux;
+ struct elb_attach_args *eaa = aux;
- if (strcmp(oaa->elb_name, cf->cf_name) != 0)
+ if (strcmp(eaa->elb_name, cf->cf_name) != 0)
return 0;
- return (1);
+ return 1;
}
void
Home |
Main Index |
Thread Index |
Old Index