Commit 32ceabca authored by Giuseppe CAVALLARO's avatar Giuseppe CAVALLARO Committed by David S. Miller

stmmac: improve/review and fix kernel-doc

this patch reviews/improves and adds some fixes in the code doc.
Also kernel-doc passes w/o any warnings.
Signed-off-by: default avatarGiuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 49cfbf67
...@@ -174,9 +174,7 @@ static struct ptp_clock_info stmmac_ptp_clock_ops = { ...@@ -174,9 +174,7 @@ static struct ptp_clock_info stmmac_ptp_clock_ops = {
/** /**
* stmmac_ptp_register * stmmac_ptp_register
* * @priv: driver private structure
* @ndev: net device pointer
*
* Description: this function will register the ptp clock driver * Description: this function will register the ptp clock driver
* to kernel. It also does some house keeping work. * to kernel. It also does some house keeping work.
*/ */
...@@ -199,9 +197,7 @@ int stmmac_ptp_register(struct stmmac_priv *priv) ...@@ -199,9 +197,7 @@ int stmmac_ptp_register(struct stmmac_priv *priv)
/** /**
* stmmac_ptp_unregister * stmmac_ptp_unregister
* * @priv: driver private structure
* @ndev: net device pointer
*
* Description: this function will remove/unregister the ptp clock driver * Description: this function will remove/unregister the ptp clock driver
* from the kernel. * from the kernel.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment