lkml.org 
[lkml]   [2017]   [Dec]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH 4/6] staging: pi433: Rename enum optionOnOff in rf69_enum.h
    From
    Date


    Am 04.12.2017 um 12:37 schrieb Dan Carpenter:
    > On Mon, Dec 04, 2017 at 01:17:37PM +0300, Dan Carpenter wrote:
    >> Perhaps choose different function names if you want? You could do it
    >> as several patches:
    >>
    >> patch 1: change types to bool
    >> patch 2: sed -e '/ == optionOn//'
    >> patch 3: split the functions into two functions
    >> patch 4: delete optionOnOff enum
    >>
    >> patches 1 and 2 could be merged together (your choice).
    >>
    >
    > Markus says that optionOn is used by user space so my you won't be able
    > to remove these entirely. But as much as possible we should internally.
    >
    > regards,
    > dan carpenter
    >

    Hi Dan, hi Simon,

    I think, it's a pretty nice idea to remove th optionOnOff and replace it
    by bool.

    <history>
    In former times, the variables in the config struct had very different
    names - not containing "enable". Therefore optionOnOff was used to make
    absolutely clear (in user space), wheter something was switched on, or off.
    Now the variable have nice names, so bool is fine, even better now :-)
    </history>

    I would suggest not to split the amp-functions but to rename them, to
    also contain an enable:
    rf69_set_amp_X_enable()

    To avoid misunderstandings maybe it is better to remove the enable from
    enable_address_filtering, since here we can't go with bool.

    Thanks a lot for the ideas and improvements :-)

    Marcus

    \
     
     \ /
      Last update: 2017-12-04 19:38    [W:3.209 / U:0.344 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site