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>
This commit is contained in:
committed by
David S. Miller
parent
43e95f11ac
commit
ff3dd78cb8
@@ -833,8 +833,9 @@ static u32 stmmac_get_synopsys_id(struct stmmac_priv *priv)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* stmmac_selec_desc_mode
|
* stmmac_selec_desc_mode
|
||||||
* @dev : device pointer
|
* @priv : private structure
|
||||||
* Description: select the Enhanced/Alternate or Normal descriptors */
|
* Description: select the Enhanced/Alternate or Normal descriptors
|
||||||
|
*/
|
||||||
static void stmmac_selec_desc_mode(struct stmmac_priv *priv)
|
static void stmmac_selec_desc_mode(struct stmmac_priv *priv)
|
||||||
{
|
{
|
||||||
if (priv->plat->enh_desc) {
|
if (priv->plat->enh_desc) {
|
||||||
@@ -1861,6 +1862,8 @@ static int stmmac_hw_init(struct stmmac_priv *priv)
|
|||||||
/**
|
/**
|
||||||
* stmmac_dvr_probe
|
* stmmac_dvr_probe
|
||||||
* @device: device pointer
|
* @device: device pointer
|
||||||
|
* @plat_dat: platform data pointer
|
||||||
|
* @addr: iobase memory address
|
||||||
* Description: this is the main probe function used to
|
* Description: this is the main probe function used to
|
||||||
* call the alloc_etherdev, allocate the priv structure.
|
* call the alloc_etherdev, allocate the priv structure.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user