]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/i386/conf.c
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / dev / i386 / conf.c
index e81719bf6ae4f211b8db2ac9c71691fdaf83d8f8..b2ad22676d028ae2b94a86b580853c5defc3f5d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997-2017 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 1997-2020 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  *
@@ -259,7 +259,7 @@ isdisk(dev_t dev, int type)
                if (maj == NODEV) {
                        break;
                }
-       /* FALL THROUGH */
+               OS_FALLTHROUGH;
        case VBLK:
                if (bdevsw[maj].d_type == D_DISK) {
                        return 1;