lkml.org 
[lkml]   [2014]   [Feb]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 17/21] fs: Mark function as static in proc/array.c
    Mark function as static in proc/array.c because it is not used outside
    this file.

    This eliminates the following warning in proc/array.c:
    fs/proc/array.c:712:5: warning: no previous prototype for ‘children_seq_release’ [-Wmissing-prototypes]

    Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
    Reviewed-by: Josh Triplett <josh@joshtriplett.org>
    ---
    fs/proc/array.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/fs/proc/array.c b/fs/proc/array.c
    index 656e401..2265b11 100644
    --- a/fs/proc/array.c
    +++ b/fs/proc/array.c
    @@ -699,7 +699,7 @@ static int children_seq_open(struct inode *inode, struct file *file)
    return ret;
    }

    -int children_seq_release(struct inode *inode, struct file *file)
    +static int children_seq_release(struct inode *inode, struct file *file)
    {
    seq_release(inode, file);
    return 0;
    --
    1.7.9.5
    --
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2014-02-09 15:01    [W:4.085 / U:0.076 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site