lkml.org 
[lkml]   [2017]   [Oct]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH 0/3] iwlwifi: cosmetic fixes
    Date
    Fix several code style issues, some of which were reported by checkpatch.pl.

    The changes are:
    * One instance of an `int` variable being used in a boolean context, chaned to
    use the more appropriate `bool` type.
    * One very minor fix, removing a newline between a function definition and its
    associated `static` keyword
    * One fix wrapping a macro in curly braces


    Christoph Böhmwalder (3):
    wireless: iwlwifi: use bool instead of int
    wireless: iwlwifi: function definition cosmetic fix
    wireless: iwlwifi: wrap macro into braces

    drivers/net/wireless/intel/iwlwifi/iwl-io.c | 2 +-
    drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c | 16 +++++++---------
    2 files changed, 8 insertions(+), 10 deletions(-)

    --
    2.13.5

    \
     
     \ /
      Last update: 2017-10-04 17:57    [W:2.750 / U:0.288 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site