mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Fabian Baumanis <baumanisf@gmail.com>
To: gregkh@linuxfoundation.org
Cc: abbotti@mev.co.uk, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org, hsweeten@visionengravers.com,
	larturus@yahoo.com
Subject: [PATCH] Staging: comedi: adl_pci9118.c : fixed code style issue
Date: Sat, 18 Nov 2017 18:46:38 +0100	[thread overview]
Message-ID: <20dcf3e7-7621-a6d1-d50a-0c52e6dcdae3@gmail.com> (raw)

Removed uneccessary parantheses which were sorrounding two
if-statements.

Signed-off-by: Fabian Baumanis <baumanisf@gmail.com>
---
 drivers/staging/comedi/drivers/adl_pci9118.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/drivers/adl_pci9118.c b/drivers/staging/comedi/drivers/adl_pci9118.c
index 1cc9b7e..c77b994 100644
--- a/drivers/staging/comedi/drivers/adl_pci9118.c
+++ b/drivers/staging/comedi/drivers/adl_pci9118.c
@@ -946,8 +946,7 @@ static int pci9118_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s)
        devpriv->ai_add_back = 0;
        if (devpriv->master) {
                devpriv->usedma = 1;
-               if ((cmd->flags & CMDF_WAKE_EOS) &&
-                   (cmd->scan_end_arg == 1)) {
+               if (cmd->flags & CMDF_WAKE_EOS && cmd->scan_end_arg == 1) {
                        if (cmd->convert_src == TRIG_NOW)
                                devpriv->ai_add_back = 1;
                        if (cmd->convert_src == TRIG_TIMER) {
-- 
2.7.4

             reply	other threads:[~2017-11-18 17:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-18 17:46 Fabian Baumanis [this message]
2017-11-20 11:12 ` Ian Abbott
2017-11-24 15:53 ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20dcf3e7-7621-a6d1-d50a-0c52e6dcdae3@gmail.com \
    --to=baumanisf@gmail.com \
    --cc=abbotti@mev.co.uk \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hsweeten@visionengravers.com \
    --cc=larturus@yahoo.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome