[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100706153314.16d3b5c0@thirdoffive.cmf.nrl.navy.mil>
Date: Tue, 6 Jul 2010 15:33:14 -0400
From: chas williams - CONTRACTOR <chas@....nrl.navy.mil>
To: Karl Hiramoto <karl@...amoto.org>
Cc: linux-atm-general@...ts.sourceforge.net, netdev@...r.kernel.org,
nathan@...verse.com.au
Subject: Re: [PATCH v2 1/9] atm: propagate signal changes via notifier
On Mon, 5 Jul 2010 10:45:53 +0200
Karl Hiramoto <karl@...amoto.org> wrote:
> +/**
> +* register_atmdevice_notifier - register atm_dev notify events
> +* Currently we notify of signal found/lost
> +*/
per Documentation/CodingStyle, the preferred style for multiline
comments would look like:
/*
* This is the preferred style for multi-line
* comments in the Linux kernel source code.
* Please use it consistently.
*
* Description: A column of asterisks on the left side,
* with beginning and ending almost-blank lines.
*/
please update all your comments to reflect this style.
--
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