diff mbox series

[net-next] net: dsa: microchip: ksz9477: unwrap URL in comment

Message ID 20240812124346.597702-1-enguerrand.de-ribaucourt@savoirfairelinux.com (mailing list archive)
State Accepted
Commit 712f585ab8b2cc2ff4e441b14a4907f764d78f2b
Delegated to: Netdev Maintainers
Headers show
Series [net-next] net: dsa: microchip: ksz9477: unwrap URL in comment | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 29 this patch: 29
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers warning 4 maintainers not CCed: f.fainelli@gmail.com edumazet@google.com pabeni@redhat.com olteanv@gmail.com
netdev/build_clang success Errors and warnings before: 29 this patch: 29
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 29 this patch: 29
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 9 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-08-13--12-00 (tests: 706)

Commit Message

Enguerrand de Ribaucourt Aug. 12, 2024, 12:43 p.m. UTC
Keep the URL in a single line for easier copy-pasting.

Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
---
 drivers/net/dsa/microchip/ksz9477.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Arun Ramadoss Aug. 12, 2024, 2:31 p.m. UTC | #1
On Mon, 2024-08-12 at 12:43 +0000, Enguerrand de Ribaucourt wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
> 
> Keep the URL in a single line for easier copy-pasting.
> 
> Signed-off-by: Enguerrand de Ribaucourt <
> enguerrand.de-ribaucourt@savoirfairelinux.com>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>

Acked-by: Arun Ramadoss <arun.ramadoss@microchip.com>
patchwork-bot+netdevbpf@kernel.org Aug. 14, 2024, 2:30 a.m. UTC | #2
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 12 Aug 2024 12:43:47 +0000 you wrote:
> Keep the URL in a single line for easier copy-pasting.
> 
> Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>
> ---
>  drivers/net/dsa/microchip/ksz9477.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Here is the summary with links:
  - [net-next] net: dsa: microchip: ksz9477: unwrap URL in comment
    https://git.kernel.org/netdev/net-next/c/712f585ab8b2

You are awesome, thank you!
diff mbox series

Patch

diff --git a/drivers/net/dsa/microchip/ksz9477.c b/drivers/net/dsa/microchip/ksz9477.c
index 1e2293aa00dc..755de092b2c2 100644
--- a/drivers/net/dsa/microchip/ksz9477.c
+++ b/drivers/net/dsa/microchip/ksz9477.c
@@ -439,8 +439,7 @@  static int ksz9477_half_duplex_monitor(struct ksz_device *dev, int port,
 	 * half-duplex mode. The switch might not be able to communicate anymore
 	 * in these states. If you see this message, please read the
 	 * errata-sheet for more information:
-	 * https://ww1.microchip.com/downloads/aemDocuments/documents
-	 * /UNG/ProductDocuments/Errata/KSZ9477S-Errata-DS80000754.pdf
+	 * https://ww1.microchip.com/downloads/aemDocuments/documents/UNG/ProductDocuments/Errata/KSZ9477S-Errata-DS80000754.pdf
 	 * To workaround this issue, half-duplex mode should be avoided.
 	 * A software reset could be implemented to recover from this state.
 	 */