diff options
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | 2014-11-18 11:47:01 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-19 23:04:58 +0300 |
commit | 732fdf0e5253e9d3687d332630e8468a701bebb2 (patch) | |
tree | e194b86f7a7efd43827bc72f69ede8338cbcd608 /drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c | |
parent | 915c199fc8cde9f9a5af19c1ea8c7c3c075d60e1 (diff) | |
download | linux-732fdf0e5253e9d3687d332630e8468a701bebb2.tar.xz |
stmmac: review driver when run kernel-doc
When run ./scripts/kernel-doc several warnings are reported
so this patch fix them.
Also it reviews many comments and adds new ones.
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c')
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c index a26bda274c66..c5ea9ab75b03 100644 --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c @@ -1,4 +1,4 @@ -/** +/* * dwmac-sunxi.c - Allwinner sunxi DWMAC specific glue layer * * Copyright (C) 2013 Chen-Yu Tsai |