• Randy Dunlap's avatar
    android: fix W=1 kernel-doc warnings · ad228a34
    Randy Dunlap authored
    Clean up kernel-doc notation, use correct function and parameter
    names.
    
    drivers/android/binderfs.c:236: warning: expecting prototype for binderfs_ctl_ioctl(). Prototype was for binder_ctl_ioctl() instead
    drivers/android/binder.c:386: warning: expecting prototype for binder_node_unlock(). Prototype was for binder_node_inner_unlock() instead
    drivers/android/binder.c:1206: warning: expecting prototype for binder_dec_ref(). Prototype was for binder_dec_ref_olocked() instead
    drivers/andrond/binder.c:284: warning: Excess function parameter 'proc' description in 'binder_proc_unlock'
    drivers/andrond/binder.c:387: warning: expecting prototype for binder_node_unlock(). Prototype was for binder_node_inner_unlock() instead
    Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Cc: Arve Hjønnevåg <arve@android.com>
    Cc: Todd Kjos <tkjos@android.com>
    Cc: Martijn Coenen <maco@android.com>
    Cc: Joel Fernandes <joel@joelfernandes.org>
    Cc: Christian Brauner <christian@brauner.io>
    Cc: Carlos Llamas <cmllamas@google.com>
    Cc: Suren Baghdasaryan <surenb@google.com>
    Acked-by: default avatarCarlos Llamas <cmllamas@google.com>
    Link: https://lore.kernel.org/r/20230117183745.20842-1-rdunlap@infradead.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    ad228a34
binderfs.c 19.8 KB