Commit 5e5b8b4
committed
kprobes: Remove unneeded goto
Remove unneeded gotos. Since the labels referred by these gotos have
only one reference for each, we can replace those gotos with the
referred code.
Link: https://lore.kernel.org/all/173371211203.480397.13988907319659165160.stgit@devnote2/
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>1 parent a35fb2b commit 5e5b8b4
1 file changed
Lines changed: 21 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1071 | 1071 | | |
1072 | 1072 | | |
1073 | 1073 | | |
1074 | | - | |
1075 | | - | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
1076 | 1082 | | |
1077 | 1083 | | |
1078 | 1084 | | |
1079 | 1085 | | |
1080 | | - | |
1081 | | - | |
1082 | | - | |
1083 | | - | |
1084 | | - | |
1085 | | - | |
1086 | | - | |
1087 | | - | |
1088 | 1086 | | |
1089 | 1087 | | |
1090 | 1088 | | |
| |||
1428 | 1426 | | |
1429 | 1427 | | |
1430 | 1428 | | |
1431 | | - | |
| 1429 | + | |
1432 | 1430 | | |
1433 | 1431 | | |
1434 | 1432 | | |
| |||
1458 | 1456 | | |
1459 | 1457 | | |
1460 | 1458 | | |
1461 | | - | |
1462 | | - | |
| 1459 | + | |
| 1460 | + | |
1463 | 1461 | | |
1464 | | - | |
1465 | | - | |
| 1462 | + | |
1466 | 1463 | | |
1467 | 1464 | | |
1468 | 1465 | | |
| |||
1486 | 1483 | | |
1487 | 1484 | | |
1488 | 1485 | | |
1489 | | - | |
1490 | | - | |
1491 | | - | |
1492 | | - | |
1493 | | - | |
1494 | | - | |
1495 | | - | |
1496 | | - | |
1497 | | - | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
1498 | 1495 | | |
1499 | 1496 | | |
1500 | 1497 | | |
| |||
0 commit comments