Commit 6b91ff0
modpost: Use for() loop
Slight cleanup by using a for() loop instead of while(). This makes it
clearer what is the iteration and what is the actual work done.
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>1 parent a5806cd commit 6b91ff0
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1595 | 1595 | | |
1596 | 1596 | | |
1597 | 1597 | | |
1598 | | - | |
1599 | | - | |
| 1598 | + | |
| 1599 | + | |
| 1600 | + | |
1600 | 1601 | | |
1601 | | - | |
1602 | | - | |
1603 | | - | |
1604 | 1602 | | |
1605 | 1603 | | |
1606 | 1604 | | |
| |||
0 commit comments