Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

stmmac: fix driver's doc when run kernel-doc script

Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Giuseppe CAVALLARO and committed by
David S. Miller
ff3dd78c 43e95f11

+5 -2
+5 -2
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
··· 833 833 834 834 /** 835 835 * stmmac_selec_desc_mode 836 - * @dev : device pointer 837 - * Description: select the Enhanced/Alternate or Normal descriptors */ 836 + * @priv : private structure 837 + * Description: select the Enhanced/Alternate or Normal descriptors 838 + */ 838 839 static void stmmac_selec_desc_mode(struct stmmac_priv *priv) 839 840 { 840 841 if (priv->plat->enh_desc) { ··· 1862 1861 /** 1863 1862 * stmmac_dvr_probe 1864 1863 * @device: device pointer 1864 + * @plat_dat: platform data pointer 1865 + * @addr: iobase memory address 1865 1866 * Description: this is the main probe function used to 1866 1867 * call the alloc_etherdev, allocate the priv structure. 1867 1868 */