mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
staging: axis-fifo: axis-fifo: Fix function naming in the documentation
Fixes the following W=1 kernel build warning(s): drivers/staging/axis-fifo/axis-fifo.c:356: warning: expecting prototype for axis_fifo_write(). Prototype was for axis_fifo_read() instead Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Jacob Feder <jacobsfeder@gmail.com> Cc: linux-staging@lists.linux.dev Signed-off-by: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/20210414181129.1628598-52-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3821526719
commit
bbf40b2f6e
@ -337,7 +337,7 @@ static void reset_ip_core(struct axis_fifo *fifo)
|
||||
}
|
||||
|
||||
/**
|
||||
* axis_fifo_write() - Read a packet from AXIS-FIFO character device.
|
||||
* axis_fifo_read() - Read a packet from AXIS-FIFO character device.
|
||||
* @f: Open file.
|
||||
* @buf: User space buffer to read to.
|
||||
* @len: User space buffer length.
|
||||
|
Loading…
Reference in New Issue
Block a user