Re: [net-next PATCH v3 3/3] net: phy: add support for PHY package MMD read/write
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-12-05 14:54:23
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-12-05 14:54:23
Also in:
lkml
quoted
I tend to agree. These functions should be documented once in kdoc, and only once. I don't really care if its in the header, or the C code, but not both.Ok just to make sure, I should keep the kdoc in the .c and drop them in .h ? (or should I move the more complete kdoc in .c to .h and remove kdoc in .c?)
Please put the kdoc in the header file and remove if from the .c file. Thanks Andrew