driverdev-devel.linuxdriverproject.org archive mirror
 help / color / mirror / Atom feed
From: Darshan D V <darshandv10@gmail.com>
To: gregkh@linuxfoundation.org, yuehaibing@huawei.com,
	ardb@kernel.org, contact@christina-quast.de
Cc: devel@driverdev.osuosl.org, darshandv10@gmail.com,
	linux-kernel@vger.kernel.org
Subject: [PATCH 1/2] staging: rtl8192e: Fixed a coding style error
Date: Sun, 19 Jul 2020 16:25:56 +0530	[thread overview]
Message-ID: <20200719105557.12605-1-darshandv10@gmail.com> (raw)
In-Reply-To: <20200719092236.GB171181@kroah.com>

    rtllib_crypt_ccmp.c: Fixed the error - space required before the
    open parenthesis '(' on line #281.

Signed-off-by: Darshan D V <darshandv10@gmail.com>
---
 drivers/staging/rtl8192e/rtllib_crypt_ccmp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c b/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
index 0cbf4a1a326b..b2af802b9451 100644
--- a/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
+++ b/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
@@ -278,7 +278,7 @@ static int rtllib_ccmp_decrypt(struct sk_buff *skb, int hdr_len, void *priv)
 		int aad_len, ret;
 
 		req = aead_request_alloc(key->tfm, GFP_ATOMIC);
-		if(!req)
+		if (!req)
 			return -ENOMEM;
 
 		aad_len = ccmp_init_iv_and_aad(hdr, pn, iv, aad);
-- 
2.17.1

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

  reply	other threads:[~2020-07-19 10:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-17 15:04 [PATCH] staging: rtl8192e: Fixed the space and indentation coding styles Darshan D V
2020-07-19  9:22 ` Greg KH
2020-07-19 10:55   ` Darshan D V [this message]
2020-07-19 10:55     ` [PATCH 2/2] staging: rtl8192e: Fixed a coding style warning Darshan D V
2020-07-19 11:05       ` Greg KH
2020-07-19 11:05     ` [PATCH 1/2] staging: rtl8192e: Fixed a coding style error 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=20200719105557.12605-1-darshandv10@gmail.com \
    --to=darshandv10@gmail.com \
    --cc=ardb@kernel.org \
    --cc=contact@christina-quast.de \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yuehaibing@huawei.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 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).