lkml.org 
[lkml]   [2021]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 51/57] staging: axis-fifo: axis-fifo: Fix function naming in the documentation
    Date
    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>
    ---
    drivers/staging/axis-fifo/axis-fifo.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/staging/axis-fifo/axis-fifo.c b/drivers/staging/axis-fifo/axis-fifo.c
    index 8eee17dc77ab9..b23eabb863d17 100644
    --- a/drivers/staging/axis-fifo/axis-fifo.c
    +++ b/drivers/staging/axis-fifo/axis-fifo.c
    @@ -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.
    --
    2.27.0
    \
     
     \ /
      Last update: 2021-04-14 20:16    [W:4.106 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site