lkml.org 
[lkml]   [2020]   [Nov]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 05/20] input: rmi4: rmi_f01: Struct headers are expected to start with 'struct <name>'
    Date
    Fixes the following W=1 kernel build warning(s):

    drivers/input/rmi4/rmi_f01.c:106: warning: Cannot understand * @ctrl0 - see the bit definitions above.

    Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
    Cc: linux-input@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    ---
    drivers/input/rmi4/rmi_f01.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/input/rmi4/rmi_f01.c b/drivers/input/rmi4/rmi_f01.c
    index e623c956376e3..23618fcb1f322 100644
    --- a/drivers/input/rmi4/rmi_f01.c
    +++ b/drivers/input/rmi4/rmi_f01.c
    @@ -103,6 +103,7 @@ struct f01_basic_properties {
    #define RMI_F01_CTRL0_CONFIGURED_BIT BIT(7)

    /**
    + * struct f01_device_control
    * @ctrl0 - see the bit definitions above.
    * @doze_interval - controls the interval between checks for finger presence
    * when the touch sensor is in doze mode, in units of 10ms.
    --
    2.25.1
    \
     
     \ /
      Last update: 2020-11-04 17:27    [W:7.035 / U:0.648 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site