Messages in this thread |  | | | Date | Fri, 16 Jan 2009 14:34:04 -0800 | | From | Andrew Morton <> | | Subject | Re: hp accelerometer: add freefall detection |
| |
On Fri, 16 Jan 2009 13:19:40 +0100 Pavel Machek <pavel@suse.cz> wrote:
> new file mode 100755 > index 0000000..7d17764 > --- /dev/null > +++ b/Documentation/hwmon/hpfall.c
checkpatch has fun with this file.
> > ... > > -struct acpi_lis3lv02d adev; > +struct acpi_lis3lv02d adev = { > + .misc_wait = __WAIT_QUEUE_HEAD_INITIALIZER(adev.misc_wait), > +}; > + > EXPORT_SYMBOL_GPL(adev);
This seems a rather poor name for a globally-visible identifier.
|  |