Commit d7a6d4c
Izabela Bakollari
net: Do not return value from init_dummy_netdev()
JIRA: https://issues.redhat.com/browse/RHEL-59092
commit d160c66
Author: Amit Cohen <amcohen@nvidia.com>
Date: Mon Feb 5 12:30:22 2024 +0200
net: Do not return value from init_dummy_netdev()
init_dummy_netdev() always returns zero and all the callers do not check
the returned value. Set the function to not return value, as it is not
really used today.
Signed-off-by: Amit Cohen <amcohen@nvidia.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240205103022.440946-1-amcohen@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Izabela Bakollari <ibakolla@redhat.com>1 parent 4d5bda5 commit d7a6d4c
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3177 | 3177 | | |
3178 | 3178 | | |
3179 | 3179 | | |
3180 | | - | |
| 3180 | + | |
3181 | 3181 | | |
3182 | 3182 | | |
3183 | 3183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10159 | 10159 | | |
10160 | 10160 | | |
10161 | 10161 | | |
10162 | | - | |
| 10162 | + | |
10163 | 10163 | | |
10164 | 10164 | | |
10165 | 10165 | | |
| |||
10187 | 10187 | | |
10188 | 10188 | | |
10189 | 10189 | | |
10190 | | - | |
10191 | | - | |
10192 | 10190 | | |
10193 | 10191 | | |
10194 | 10192 | | |
| |||
0 commit comments