From: Ishita Tripathi <sakurakhadag@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
--to: Ian Abbott <abbotti@mev.co.uk>,
H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: outreachy-kernel@googlegroups.com
Subject: [PATCH] Fix checkpatch issue
Date: Fri, 16 Feb 2018 12:41:00 -0800 [thread overview]
Message-ID: <20180216204100.GA76452@ubuntu> (raw)
Deleted line break after dereference operator (->)
Signed-off-by: Ishita Tripathi <sakurakhadag@gmail.com>
---
drivers/staging/comedi/drivers/rtd520.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/comedi/drivers/rtd520.c b/drivers/staging/comedi/drivers/rtd520.c
index bb400e0..47b7093 100644
--- a/drivers/staging/comedi/drivers/rtd520.c
+++ b/drivers/staging/comedi/drivers/rtd520.c
@@ -815,9 +815,8 @@ static int rtd_ai_cmdtest(struct comedi_device *dev,
if (cmd->scan_begin_src == TRIG_TIMER) {
arg = cmd->convert_arg * cmd->scan_end_arg;
- err |= comedi_check_trigger_arg_min(&cmd->
- scan_begin_arg,
- arg);
+ err |= comedi_check_trigger_arg_min(&cmd->scan_begin_arg,
+ arg);
}
}
--
2.7.4
next reply other threads:[~2018-02-16 20:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-16 20:41 Ishita Tripathi [this message]
2018-02-16 20:51 ` [PATCH] Fix checkpatch issue Greg Kroah-Hartman
2018-02-16 20:54 ` [Outreachy kernel] " Julia Lawall
2018-02-16 21:26 ` Ishita Tripathi
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=20180216204100.GA76452@ubuntu \
--to=sakurakhadag@gmail.com \
--cc=abbotti@mev.co.uk \
--cc=gregkh@linuxfoundation.org \
--cc=hsweeten@visionengravers.com \
--cc=outreachy-kernel@googlegroups.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.