Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/iscsi fix FALLTRHOUGH spell-o.



details:   https://anonhg.NetBSD.org/src/rev/69ef955ac2a1
branches:  trunk
changeset: 448388:69ef955ac2a1
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Feb 01 08:33:29 2019 +0000

description:
fix FALLTRHOUGH spell-o.

diffstat:

 sys/dev/iscsi/iscsi_utils.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0dab2c60e477 -r 69ef955ac2a1 sys/dev/iscsi/iscsi_utils.c
--- a/sys/dev/iscsi/iscsi_utils.c       Fri Feb 01 08:29:03 2019 +0000
+++ b/sys/dev/iscsi/iscsi_utils.c       Fri Feb 01 08:33:29 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iscsi_utils.c,v 1.24 2017/12/03 19:07:10 christos Exp $        */
+/*     $NetBSD: iscsi_utils.c,v 1.25 2019/02/01 08:33:29 mrg Exp $     */
 
 /*-
  * Copyright (c) 2004,2005,2006,2008 The NetBSD Foundation, Inc.
@@ -422,7 +422,7 @@
 
        case CCBDISP_SCSIPI:
                iscsi_done(ccb);
-               /* FALLTRHOUGH */
+               /* FALLTHROUGH */
        case CCBDISP_FREE:
                free_ccb(ccb);
                break;



Home | Main Index | Thread Index | Old Index