diff options
author | Jakub Kicinski <kuba@kernel.org> | 2024-02-16 17:19:45 +0100 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-02-20 11:52:41 +0100 |
commit | 23f9c2c066e7e5052406fb8f04a115d3d0260b22 (patch) | |
tree | e5576265cb30c1b19fa10eac82372d593f411bd6 /Documentation/process/maintainer-netdev.rst | |
parent | arp: Prevent overflow in arp_req_get(). (diff) | |
download | linux-23f9c2c066e7e5052406fb8f04a115d3d0260b22.tar.xz linux-23f9c2c066e7e5052406fb8f04a115d3d0260b22.zip |
docs: netdev: update the link to the CI repo
Netronome graciously transferred the original NIPA repo
to our new netdev umbrella org. Link to that instead of
my private fork.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240216161945.2208842-1-kuba@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'Documentation/process/maintainer-netdev.rst')
-rw-r--r-- | Documentation/process/maintainer-netdev.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/maintainer-netdev.rst b/Documentation/process/maintainer-netdev.rst index 84ee60fceef2..fd96e4a3cef9 100644 --- a/Documentation/process/maintainer-netdev.rst +++ b/Documentation/process/maintainer-netdev.rst @@ -431,7 +431,7 @@ patchwork checks Checks in patchwork are mostly simple wrappers around existing kernel scripts, the sources are available at: -https://github.com/kuba-moo/nipa/tree/master/tests +https://github.com/linux-netdev/nipa/tree/master/tests **Do not** post your patches just to run them through the checks. You must ensure that your patches are ready by testing them locally |