[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1357178735.25181.40.camel@joe-AO722>
Date: Wed, 02 Jan 2013 18:05:35 -0800
From: Joe Perches <joe@...ches.com>
To: Barry Grussling <barry@...ssling.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 1/4] DSA: Convert DSA driver comments to network-style
comments
On Wed, 2013-01-02 at 17:54 -0800, Barry Grussling wrote:
> Convert DSA driver comments to network-style comments as reported by
> checkpatch.pl.
[]
> diff --git a/drivers/net/dsa/mv88e6060.c b/drivers/net/dsa/mv88e6060.c
[]
> @@ -67,26 +67,22 @@ static int mv88e6060_switch_reset(struct dsa_switch *ds)
> int i;
> int ret;
>
> - /*
> - * Set all ports to the disabled state.
> + /* Set all ports to the disabled state.
> */
This should be one line like:
/* Set all ports to the disabled state */
> - /*
> - * Wait for transmit queues to drain.
> + /* Wait for transmit queues to drain.
> */
same, et al...
[]
> - /*
> - * Priorit Override: disable DA, SA and VTU priority override.
> + /* Priorit Override: disable DA, SA and VTU priority override.
I presume Priorit should be Priority
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists