Adjust comment to reflect reality. (5th arg, not 4th)

This commit is contained in:
oster 2014-11-14 14:45:34 +00:00
parent 930df7c121
commit e222077349

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_map.c,v 1.45 2011/05/11 18:13:12 mrg Exp $ */
/* $NetBSD: rf_map.c,v 1.46 2014/11/14 14:45:34 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -33,7 +33,7 @@
**************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_map.c,v 1.45 2011/05/11 18:13:12 mrg Exp $");
__KERNEL_RCSID(0, "$NetBSD: rf_map.c,v 1.46 2014/11/14 14:45:34 oster Exp $");
#include <dev/raidframe/raidframevar.h>
@ -848,7 +848,7 @@ rf_ASMParityAdjust(RF_PhysDiskAddr_t *toAdjust,
}
/* Check if a disk has been spared or failed. If spared, redirect the
* I/O. If it has been failed, record it in the asm pointer. Fourth
* I/O. If it has been failed, record it in the asm pointer. Fifth
* arg is whether data or parity. */
void
rf_ASMCheckStatus(RF_Raid_t *raidPtr, RF_PhysDiskAddr_t *pda_p,