[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48FE2525.90701@oracle.com>
Date: Tue, 21 Oct 2008 11:53:25 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: Eric Piel <eric.piel@...mplin-utc.net>,
linux-kernel@...r.kernel.org, pavel@...e.cz, burman.yan@...il.com,
pau@...ack.org
Subject: Re: [PATCH] LIS3LV02Dx Accelerometer driver (take 4)
Andrew Morton wrote:
> On Sat, 18 Oct 2008 21:05:12 +0200
> Eric Piel <eric.piel@...mplin-utc.net> wrote:
>
>> ...
>>
>> +/**
>> + * lis3lv02d_acpi_read() - ACPI ALRD method: read a register
>
> All the kerneldoc comments include the () after the function name.
> That is unconventional and I do not know what effect it will have upon
> kerneldoc processing and output.
Yes, it's unconventional.
It works. It (the "()") will be dropped when processed.
>> + * @handle: the handle of the device
>> + * @reg: the register to read
>> + * @ret: result of the operation
>> + *
>> + * Returns AE_OK on success.
>> + */
>> +static acpi_status lis3lv02d_acpi_read(acpi_handle handle, int reg, u8 *ret)
>> +{
--
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