From: Sven Luthi <dev@svenluthi.com>
To: gregkh@linuxfoundation.org
Cc: abbotti@mev.co.uk, hsweeten@visionengravers.com,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] staging: comedi: drivers: adl_pci9118: Fixes format of line 1283.
Date: Fri, 24 Aug 2018 23:06:56 +0200 [thread overview]
Message-ID: <20180824210657.16926-1-dev@svenluthi.com> (raw)
Checkpatch repored "Lines should not end with a '('" for line 1283.
Moved opening parenthesis of function on line 1283 onto next line.
Signed-off-by: Sven Luthi <dev@svenluthi.com>
---
drivers/staging/comedi/drivers/adl_pci9118.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/comedi/drivers/adl_pci9118.c b/drivers/staging/comedi/drivers/adl_pci9118.c
index 2528ca0ede6d..07431dc9cde9 100644
--- a/drivers/staging/comedi/drivers/adl_pci9118.c
+++ b/drivers/staging/comedi/drivers/adl_pci9118.c
@@ -1280,8 +1280,8 @@ static int pci9118_ai_cmdtest(struct comedi_device *dev,
} else {
arg = cmd->convert_arg * cmd->chanlist_len;
}
- err |= comedi_check_trigger_arg_min(
- &cmd->scan_begin_arg, arg);
+ err |= comedi_check_trigger_arg_min
+ (&cmd->scan_begin_arg, arg);
}
}
--
2.14.1
next reply other threads:[~2018-08-24 21:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-24 21:06 Sven Luthi [this message]
2018-08-24 21:06 ` [PATCH] staging: comedi: drivers: dt3000: Fixes warning on multiline dereference Sven Luthi
2018-08-25 7:14 ` [PATCH] staging: comedi: drivers: adl_pci9118: Fixes format of line 1283 Dan Carpenter
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=20180824210657.16926-1-dev@svenluthi.com \
--to=dev@svenluthi.com \
--cc=abbotti@mev.co.uk \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=hsweeten@visionengravers.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