lkml.org 
[lkml]   [2021]   [May]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 03/24] usb: common: ulpi: Add leading underscores for function name '__ulpi_register_driver()'
    Date
    Fixes the following W=1 kernel build warning(s):

    drivers/usb/common/ulpi.c:151: warning: expecting prototype for ulpi_register_driver(). Prototype was for __ulpi_register_driver() instead

    Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Cc: linux-usb@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    ---
    drivers/usb/common/ulpi.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/usb/common/ulpi.c b/drivers/usb/common/ulpi.c
    index ce5e6f6711f79..7e13b74e60e5a 100644
    --- a/drivers/usb/common/ulpi.c
    +++ b/drivers/usb/common/ulpi.c
    @@ -141,7 +141,7 @@ static const struct device_type ulpi_dev_type = {
    /* -------------------------------------------------------------------------- */

    /**
    - * ulpi_register_driver - register a driver with the ULPI bus
    + * __ulpi_register_driver - register a driver with the ULPI bus
    * @drv: driver being registered
    * @module: ends up being THIS_MODULE
    *
    --
    2.31.1
    \
     
     \ /
      Last update: 2021-05-26 15:02    [W:2.158 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site