lkml.org 
[lkml]   [2015]   [May]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v2] net: ll_temac: Use one return statement instead of two
    > > A coccinelle script might be rather more complicated
    > > than the simpler grep above, but perhaps the script
    > > could be a bit more complete as it could likely look
    > > at more code indentation styles.
    >
    > Julia: Any comment?

    Here is what I had in mind:

    if (...) {
    ... when != goto l;
    return C;
    }
    return C;

    C is a constant, to avoid that its value depends on the code in the ...

    julia


    \
     
     \ /
      Last update: 2015-05-11 18:21    [W:5.866 / U:0.092 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site