mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
HID: quirks: Drop misused kernel-doc annotation
The kernel-doc annotation is misused for hid_mouse_ignore_list. The script complains about it: drivers/hid/hid-quirks.c:894: warning: cannot understand function prototype: 'const struct hid_device_id hid_mouse_ignore_list[] = ' Drop the annotation to make script happy. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
This commit is contained in:
parent
a23eab8934
commit
78b92f5f00
1 changed files with 1 additions and 1 deletions
|
@ -855,7 +855,7 @@ static const struct hid_device_id hid_ignore_list[] = {
|
|||
{ }
|
||||
};
|
||||
|
||||
/**
|
||||
/*
|
||||
* hid_mouse_ignore_list - mouse devices which should not be handled by the hid layer
|
||||
*
|
||||
* There are composite devices for which we want to ignore only a certain
|
||||
|
|
Loading…
Add table
Reference in a new issue