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 |
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>
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 --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. */