Fix typo in comment (s/numer/number/).
This commit is contained in:
parent
f24d309180
commit
25629ef49d
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: msipic.c,v 1.11 2017/07/28 14:26:50 maxv Exp $ */
|
/* $NetBSD: msipic.c,v 1.12 2019/04/01 06:20:40 msaitoh Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015 Internet Initiative Japan Inc.
|
* Copyright (c) 2015 Internet Initiative Japan Inc.
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: msipic.c,v 1.11 2017/07/28 14:26:50 maxv Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: msipic.c,v 1.12 2019/04/01 06:20:40 msaitoh Exp $");
|
||||||
|
|
||||||
#include "opt_intrdebug.h"
|
#include "opt_intrdebug.h"
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ static LIST_HEAD(, msipic) msipic_list =
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This struct managements "devid" to use the same "devid" for the device
|
* This struct managements "devid" to use the same "devid" for the device
|
||||||
* re-attached. If the device's bus number and device numer and function
|
* re-attached. If the device's bus number and device number and function
|
||||||
* number are equal, it is assumed re-attached.
|
* number are equal, it is assumed re-attached.
|
||||||
*/
|
*/
|
||||||
struct dev_last_used_seq {
|
struct dev_last_used_seq {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: iscsi_utils.c,v 1.25 2019/02/01 08:33:29 mrg Exp $ */
|
/* $NetBSD: iscsi_utils.c,v 1.26 2019/04/01 06:20:40 msaitoh Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2004,2005,2006,2008 The NetBSD Foundation, Inc.
|
* Copyright (c) 2004,2005,2006,2008 The NetBSD Foundation, Inc.
|
||||||
|
@ -571,7 +571,7 @@ init_sernum(sernum_buffer_t *buff)
|
||||||
* Returns:
|
* Returns:
|
||||||
* 0 if the received block is a duplicate
|
* 0 if the received block is a duplicate
|
||||||
* 1 if the number is the expected one
|
* 1 if the number is the expected one
|
||||||
* >1 if the numer is > the expected value, in this case the
|
* >1 if the number is > the expected value, in this case the
|
||||||
* return value is the number of unacknowledged blocks
|
* return value is the number of unacknowledged blocks
|
||||||
* <0 if the buffer is full (i.e. an excessive number of blocks
|
* <0 if the buffer is full (i.e. an excessive number of blocks
|
||||||
* is unacknowledged)
|
* is unacknowledged)
|
||||||
|
|
Loading…
Reference in New Issue