linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: comedi: comedi_fops: fixed a blank line coding style issue
@ 2020-06-10 19:59 Tyler Shetrompf
  2020-06-18  7:49 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Tyler Shetrompf @ 2020-06-10 19:59 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel

Fixed a coding style issue.

Signed-off-by: Tyler Shetrompf <tyler@shetrompf.com>
---
 drivers/staging/comedi/comedi_fops.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c
index e85a99b68f31..3f70e5dfac39 100644
--- a/drivers/staging/comedi/comedi_fops.c
+++ b/drivers/staging/comedi/comedi_fops.c
@@ -2169,6 +2169,7 @@ static long comedi_unlocked_ioctl(struct file *file, unsigned int cmd,
 		break;
 	case COMEDI_CHANINFO: {
 		struct comedi_chaninfo it;
+
 		if (copy_from_user(&it, (void __user *)arg, sizeof(it)))
 			rc = -EFAULT;
 		else
@@ -2177,6 +2178,7 @@ static long comedi_unlocked_ioctl(struct file *file, unsigned int cmd,
 	}
 	case COMEDI_RANGEINFO: {
 		struct comedi_rangeinfo it;
+
 		if (copy_from_user(&it, (void __user *)arg, sizeof(it)))
 			rc = -EFAULT;
 		else
@@ -2249,6 +2251,7 @@ static long comedi_unlocked_ioctl(struct file *file, unsigned int cmd,
 	}
 	case COMEDI_INSN: {
 		struct comedi_insn insn;
+
 		if (copy_from_user(&insn, (void __user *)arg, sizeof(insn)))
 			rc = -EFAULT;
 		else
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: comedi: comedi_fops: fixed a blank line coding style issue
  2020-06-10 19:59 [PATCH] Staging: comedi: comedi_fops: fixed a blank line coding style issue Tyler Shetrompf
@ 2020-06-18  7:49 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2020-06-18  7:49 UTC (permalink / raw)
  To: Tyler Shetrompf; +Cc: devel, linux-kernel

On Wed, Jun 10, 2020 at 07:59:23PM +0000, Tyler Shetrompf wrote:
> Fixed a coding style issue.
> 
> Signed-off-by: Tyler Shetrompf <tyler@shetrompf.com>
> ---
>  drivers/staging/comedi/comedi_fops.c | 3 +++
>  1 file changed, 3 insertions(+)

Someone else sent this same patch 5 days before you did:
	https://lore.kernel.org/r/20200605032140.31287-1-kambojdivyansh2000@gmail.com

Sorry,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-18  7:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-10 19:59 [PATCH] Staging: comedi: comedi_fops: fixed a blank line coding style issue Tyler Shetrompf
2020-06-18  7:49 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).