| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* -*- linux-c -*- ------------------------------------------------------- * |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright (C) 1991, 1992 Linus Torvalds |
|---|
| 4 | 5 | * Copyright 2007 rPath, Inc. - All Rights Reserved |
|---|
| 5 | | - * |
|---|
| 6 | | - * This file is part of the Linux kernel, and is made available under |
|---|
| 7 | | - * the terms of the GNU General Public License version 2. |
|---|
| 8 | 6 | * |
|---|
| 9 | 7 | * ----------------------------------------------------------------------- */ |
|---|
| 10 | 8 | |
|---|
| .. | .. |
|---|
| 56 | 54 | /* else */ |
|---|
| 57 | 55 | state = st_wordcmp; |
|---|
| 58 | 56 | opptr = option; |
|---|
| 59 | | - /* fall through */ |
|---|
| 57 | + fallthrough; |
|---|
| 60 | 58 | |
|---|
| 61 | 59 | case st_wordcmp: |
|---|
| 62 | 60 | if (c == '=' && !*opptr) { |
|---|
| .. | .. |
|---|
| 131 | 129 | state = st_wordcmp; |
|---|
| 132 | 130 | opptr = option; |
|---|
| 133 | 131 | wstart = pos; |
|---|
| 134 | | - /* fall through */ |
|---|
| 132 | + fallthrough; |
|---|
| 135 | 133 | |
|---|
| 136 | 134 | case st_wordcmp: |
|---|
| 137 | 135 | if (!*opptr) |
|---|