All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Kirsher <tarbal@gmail.com>
To: Ben Hutchings <bhutchings@solarflare.com>
Cc: David Miller <davem@davemloft.net>, netdev@vger.kernel.org
Subject: Re: [PATCH v2 net-next 4/5] drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Date: Tue, 10 Jul 2012 14:38:52 -0700	[thread overview]
Message-ID: <4FFCA0EC.4050705@gmail.com> (raw)
In-Reply-To: <1341953760.2605.28.camel@bwh-desktop.uk.solarflarecom.com>

[-- Attachment #1: Type: text/plain, Size: 3317 bytes --]

On 07/10/2012 01:56 PM, Ben Hutchings wrote:
> Fix incorrect start markers, wrapped summary lines, missing section
> breaks, incorrect separators, and some name mismatches.  Delete
> a few that are content-free.
>
> Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
> ---
>  drivers/net/ethernet/3com/3c501.c                  |    2 +-
>  drivers/net/ethernet/atheros/atl1c/atl1c_main.c    |   68 +++-----
>  drivers/net/ethernet/atheros/atl1e/atl1e_main.c    |   70 +++-----
>  drivers/net/ethernet/atheros/atl1e/atl1e_param.c   |    2 +-
>  drivers/net/ethernet/atheros/atlx/atl1.c           |   41 ++---
>  drivers/net/ethernet/atheros/atlx/atl2.c           |   56 +++----
>  drivers/net/ethernet/atheros/atlx/atlx.c           |   10 +-
>  drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h    |    2 +-
>  drivers/net/ethernet/brocade/bna/bfa_cee.c         |   36 +---
>  drivers/net/ethernet/chelsio/cxgb3/sge.c           |    2 +-
>  drivers/net/ethernet/chelsio/cxgb3/t3_hw.c         |    2 +-
>  drivers/net/ethernet/chelsio/cxgb4/t4_hw.c         |    2 +-
>  drivers/net/ethernet/ethoc.c                       |    4 +-
>  drivers/net/ethernet/freescale/fec.c               |    4 +-
>  drivers/net/ethernet/intel/e1000/e1000_hw.c        |    8 +-
>  drivers/net/ethernet/intel/e1000e/netdev.c         |    2 +-
>  drivers/net/ethernet/intel/igb/igb_main.c          |    1 +
>  drivers/net/ethernet/intel/igbvf/netdev.c          |    1 +
>  drivers/net/ethernet/intel/igbvf/vf.c              |    5 +-
>  drivers/net/ethernet/intel/ixgb/ixgb_main.c        |    6 +-
>  drivers/net/ethernet/intel/ixgbe/ixgbe_common.c    |    3 +-
>  drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c      |    2 +-
>  drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c       |   10 +-
>  drivers/net/ethernet/intel/ixgbe/ixgbe_main.c      |   41 +++---
>  drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c       |   38 ++--
>  drivers/net/ethernet/intel/ixgbe/ixgbe_sysfs.c     |    8 +-
>  drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c  |    6 +-
>  drivers/net/ethernet/micrel/ks8851_mll.c           |    2 +-
>  drivers/net/ethernet/micrel/ksz884x.c              |    2 +-
>  drivers/net/ethernet/neterion/s2io.c               |   10 +-
>  drivers/net/ethernet/nvidia/forcedeth.c            |    2 +-
>  .../net/ethernet/oki-semi/pch_gbe/pch_gbe_api.c    |   12 +-
>  .../ethernet/oki-semi/pch_gbe/pch_gbe_ethtool.c    |   10 +-
>  .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c   |   42 +++---
>  .../net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c  |    4 +-
>  drivers/net/ethernet/sfc/net_driver.h              |    2 +-
>  drivers/net/ethernet/sfc/rx.c                      |    1 +
>  drivers/net/ethernet/smsc/smc911x.c                |    6 +-
>  drivers/net/ethernet/smsc/smc91x.c                 |    6 +-
>  drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c   |    2 +-
>  drivers/net/ethernet/tehuti/tehuti.c               |  177 ++++++++++++--------
>  drivers/net/ethernet/ti/davinci_emac.c             |   70 ++++----
>  drivers/net/ethernet/toshiba/spider_net.c          |    6 +-
>  drivers/net/ethernet/xilinx/ll_temac_main.c        |    2 +-
>  44 files changed, 378 insertions(+), 410 deletions(-)

Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 900 bytes --]

  reply	other threads:[~2012-07-10 21:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-10 20:53 [PATCH v2 net-next 0/5] Cleanup, mostly kernel-doc Ben Hutchings
2012-07-10 20:54 ` [PATCH v2 net-next 1/5] net: Properly define functions with no parameters Ben Hutchings
2012-07-10 20:55 ` [PATCH v2 net-next 2/5] net: Fix (nearly-)kernel-doc comments for various functions Ben Hutchings
2012-07-10 20:55 ` [PATCH v2 net-next 3/5] net: Fix non-kernel-doc comments with kernel-doc start marker Ben Hutchings
2012-07-10 20:56 ` [PATCH v2 net-next 4/5] drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions Ben Hutchings
2012-07-10 21:38   ` Jeff Kirsher [this message]
2012-07-10 20:56 ` [PATCH v2 net-next 5/5] drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers Ben Hutchings
2012-07-10 21:37   ` Jeff Kirsher
2012-07-11  6:11 ` [PATCH v2 net-next 0/5] Cleanup, mostly kernel-doc David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FFCA0EC.4050705@gmail.com \
    --to=tarbal@gmail.com \
    --cc=bhutchings@solarflare.com \
    --cc=davem@davemloft.net \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.