lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ