These patches fix a problem in the driver when built as dynamic
module and fix the driver's documentation.
v2: this patchset has the same patches I had sent before but
I removed a patch that did a cleanup (now moved for net-next).
Giuseppe Cavallaro (3):
stmmac: fix driver's doc when run kernel-doc script
stmmac: update driver's doc
stmmac: fix driver Kconfig when built as module
Documentation/networking/stmmac.txt | 44 +++++++++++--------
drivers/net/ethernet/stmicro/stmmac/Kconfig | 5 +-
drivers/net/ethernet/stmicro/stmmac/stmmac.h | 3 +-
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 32 +++++++++++++-
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c | 29 +------------
.../net/ethernet/stmicro/stmmac/stmmac_platform.c | 4 +-
6 files changed, 61 insertions(+), 56 deletions(-)
--
1.7.4.4