Source-Changes-HG archive

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

[src/thorpej-cfargs]: src/sys/dev/ata Correct names of arguments passed to re...



details:   https://anonhg.NetBSD.org/src/rev/859f09b6802c
branches:  thorpej-cfargs
changeset: 954081:859f09b6802c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Mar 28 19:53:09 2021 +0000

description:
Correct names of arguments passed to rescan function.

diffstat:

 sys/dev/ata/ata_raid.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4d260987dc25 -r 859f09b6802c sys/dev/ata/ata_raid.c
--- a/sys/dev/ata/ata_raid.c    Sun Mar 28 19:50:05 2021 +0000
+++ b/sys/dev/ata/ata_raid.c    Sun Mar 28 19:53:09 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ata_raid.c,v 1.43.4.2 2021/03/22 16:23:44 thorpej Exp $        */
+/*     $NetBSD: ata_raid.c,v 1.43.4.3 2021/03/28 19:53:09 thorpej Exp $        */
 
 /*
  * Copyright (c) 2003 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ata_raid.c,v 1.43.4.2 2021/03/22 16:23:44 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ata_raid.c,v 1.43.4.3 2021/03/28 19:53:09 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -114,7 +114,7 @@
 
 /* ARGSUSED */
 static int
-ataraid_rescan(device_t self, const char *attr, const int *flags)
+ataraid_rescan(device_t self, const char *ifattr, const int *locs)
 {
 
        finalize_done = 0;



Home | Main Index | Thread Index | Old Index