[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100914070029.GG2138@game.jcrosoft.org>
Date: Tue, 14 Sep 2010 09:00:29 +0200
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>
To: Maxim Osipov <maxim.osipov@...il.com>
Cc: Ryan Mallon <ryan@...ewatersys.com>,
Russell King <linux@....linux.org.uk>,
Andrew Victor <linux@...im.org.za>,
Nicolas Ferre <nicolas.ferre@...el.com>,
"Antonio R. Costa" <costa.antonior@...il.com>,
Ernst Schwab <eschwab@...ine.de>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] AT91: Add flexibity board support
On 09:57 Tue 14 Sep , Maxim Osipov wrote:
> Please see my comments below...
>
> On Tue, Sep 14, 2010 at 12:53 AM, Ryan Mallon <ryan@...ewatersys.com> wrote:
> > On 09/13/2010 10:18 PM, Maxim Osipov wrote:
> >
> >> +static void __init flexibity_board_init(void)
> >> +{
> >> + /* Serial */
> >> + at91_add_device_serial();
> >> + /* USB Host */
> >> + at91_add_device_usbh(&flexibity_usbh_data);
> >> + /* USB Device */
> >> + at91_add_device_udc(&flexibity_udc_data);
> >> + /* SPI */
> >> + at91_add_device_spi(flexibity_spi_devices,
> >> + ARRAY_SIZE(flexibity_spi_devices));
> >> + /* MMC */
> >> + at91_add_device_mmc(0, &flexibity_mmc_data);
> >> + /* LEDs */
> >> + at91_gpio_leds(flexibity_leds, ARRAY_SIZE(flexibity_leds));
> >
> > Can we drop all the comments inside this function please. They don't add
> > any information and they make it harder to read the actual code.
> >
>
> Ryan, thank you for the review. However I would like to keep these
> comments - for some devices, like UDC - it really provides
> clarification. Reading the code is not a problem with proper
> highlighting scheme.
agreed no need to change
Best Regards,
J.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists