mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
Input: gscps2 - Describe missing function parameters
Avoid compiler warnings when building with W=1 by adding documentation for the missing function parameters. Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
9feb82badf
commit
559eda6c33
1 changed files with 6 additions and 0 deletions
|
|
@ -251,6 +251,8 @@ static bool gscps2_report_data(struct gscps2port *ps2port)
|
|||
|
||||
/**
|
||||
* gscps2_interrupt() - Interruption service routine
|
||||
* @irq: interrupt number which triggered (unused)
|
||||
* @dev: device pointer (unused)
|
||||
*
|
||||
* This function reads received PS/2 bytes and processes them on
|
||||
* all interfaces.
|
||||
|
|
@ -329,6 +331,8 @@ static void gscps2_close(struct serio *port)
|
|||
|
||||
/**
|
||||
* gscps2_probe() - Probes PS2 devices
|
||||
* @dev: pointer to parisc_device struct which will be probed
|
||||
*
|
||||
* @return: success/error report
|
||||
*/
|
||||
|
||||
|
|
@ -420,6 +424,8 @@ fail_nomem:
|
|||
|
||||
/**
|
||||
* gscps2_remove() - Removes PS2 devices
|
||||
* @dev: pointer to parisc_device which shall be removed
|
||||
*
|
||||
* @return: success/error report
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue