Message ID | 20210127021844.4071706-1-kuba@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | b770753c7b08f1f6008d0d364180fc123f7b25e2 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] MAINTAINERS: add missing header for bonding | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Link |
netdev/fixes_present | success | No Fixes tags, but series doesn't touch code |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Clearly marked for net |
netdev/subject_prefix | success | Link |
netdev/cc_maintainers | success | CCed 0 of 0 maintainers |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 7 lines checked |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/header_inline | success | Link |
netdev/stable | success | Stable not CCed |
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 26 Jan 2021 18:18:44 -0800 you wrote: > include/net/bonding.h is missing from bonding entry. > > Signed-off-by: Jakub Kicinski <kuba@kernel.org> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - [net] MAINTAINERS: add missing header for bonding https://git.kernel.org/netdev/net/c/b770753c7b08 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/MAINTAINERS b/MAINTAINERS index 8f68b591be57..4deef5791101 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3239,6 +3239,7 @@ L: netdev@vger.kernel.org S: Supported W: http://sourceforge.net/projects/bonding/ F: drivers/net/bonding/ +F: include/net/bonding.h F: include/uapi/linux/if_bonding.h BOSCH SENSORTEC BMA400 ACCELEROMETER IIO DRIVER
include/net/bonding.h is missing from bonding entry. Signed-off-by: Jakub Kicinski <kuba@kernel.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)