All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gokce Kuler <gokcekuler@gmail.com>
To: gregkh@linuxfoundation.org
Cc: outreachy-kernel@googlegroups.com
Subject: [PATCH] Fix line over 80 characters
Date: Tue, 17 Dec 2019 23:03:17 +0300	[thread overview]
Message-ID: <20191217200317.GA6493@siyah2> (raw)

Signed-off-by: Gokce Kuler <gokcekuler@gmail.com>
---
 drivers/staging/exfat/exfat_core.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/exfat/exfat_core.c b/drivers/staging/exfat/exfat_core.c
index b23fbf3..e4777e8 100644
--- a/drivers/staging/exfat/exfat_core.c
+++ b/drivers/staging/exfat/exfat_core.c
@@ -2312,7 +2312,8 @@ s32 exfat_find_dir_entry(struct super_block *sb, struct chain_t *p_dir,
 
 				if ((entry_type == TYPE_FILE) || (entry_type == TYPE_DIR)) {
 					file_ep = (struct file_dentry_t *)ep;
-					if ((type == TYPE_ALL) || (type == entry_type)) {
+					if ((type == TYPE_ALL) ||
+			         	    (type == entry_type)) {
 						num_ext_entries = file_ep->num_ext;
 						is_feasible_entry = true;
 					} else {
-- 
2.7.4



             reply	other threads:[~2019-12-17 20:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-17 20:03 Gokce Kuler [this message]
2019-12-17 20:07 ` [PATCH] Fix line over 80 characters Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2020-03-07 20:24 Gokce Kuler
2020-03-08  6:47 ` 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=20191217200317.GA6493@siyah2 \
    --to=gokcekuler@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --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.