lkml.org 
[lkml]   [2012]   [Nov]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    SubjectRe: [PATCH] br2684: don't send frames on not-ready vcc
    From
    From: David Woodhouse <dwmw2@infradead.org>
    Date: Tue, 27 Nov 2012 23:28:36 +0000

    > + if (test_bit(ATM_VF_RELEASED, &atmvcc->flags)
    > + || test_bit(ATM_VF_CLOSE, &atmvcc->flags)
    > + || !test_bit(ATM_VF_READY, &atmvcc->flags)) {

    Please:

    if (X ||
    Y ||
    Z)

    not:

    if (X
    || Y
    || Z)

    Thanks.


    \
     
     \ /
      Last update: 2012-11-28 18:01    [W:2.373 / U:0.124 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site