lkml.org 
[lkml]   [2019]   [Apr]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH -next] staging: most: configfs: Make mdev_link_list static
    Date
    From: YueHaibing <yuehaibing@huawei.com>

    Fix sparse warning:

    drivers/staging/most/configfs.c:34:18: warning:
    symbol 'mdev_link_list' was not declared. Should it be static?

    Reported-by: Hulk Robot <hulkci@huawei.com>
    Signed-off-by: YueHaibing <yuehaibing@huawei.com>
    ---
    drivers/staging/most/configfs.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/staging/most/configfs.c b/drivers/staging/most/configfs.c
    index 934fb6d..1d8bf29 100644
    --- a/drivers/staging/most/configfs.c
    +++ b/drivers/staging/most/configfs.c
    @@ -31,7 +31,7 @@ struct mdev_link {
    char comp_params[PAGE_SIZE];
    };

    -struct list_head mdev_link_list;
    +static struct list_head mdev_link_list;

    static int set_cfg_buffer_size(struct mdev_link *link)
    {
    --
    2.7.4

    \
     
     \ /
      Last update: 2019-04-17 17:00    [W:5.209 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site