Re: [PATCH v4 2/5] net: phy: Fix kernel doc issues in phy.h

2020-06-12 Thread Tom Rini
On Mon, May 04, 2020 at 04:14:37PM -0500, Dan Murphy wrote: > Fix kernel doc warnings in phy.h. Mostly the warnings were due to the > return missing the semi-colon. > > Acked-by: Michal Simek > Signed-off-by: Dan Murphy Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP

[PATCH v4 2/5] net: phy: Fix kernel doc issues in phy.h

2020-05-04 Thread Dan Murphy
Fix kernel doc warnings in phy.h. Mostly the warnings were due to the return missing the semi-colon. Acked-by: Michal Simek Signed-off-by: Dan Murphy --- include/phy.h | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/include/phy.h b/include/phy.h index c