Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1495828

[PATCH] indentation fix (extra space removed)

From Muhammad Abdul WAHAB <muhammadabdul.wahab@centralesupelec.fr>
Newsgroups linux.kernel
Subject [PATCH] indentation fix (extra space removed)
Date 2016-10-05 13:50 +0200
Message-ID <soSRX-qq-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


An extra space is removed.

Signed-off-by: Muhammad Abdul Wahab <muhammadabdul.wahab@centralesupelec.fr>
---
  drivers/hwtracing/coresight/coresight-etm3x-sysfs.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwtracing/coresight/coresight-etm3x-sysfs.c 
b/drivers/hwtracing/coresight/coresight-etm3x-sysfs.c
index e9b0719..5ea0909 100644
--- a/drivers/hwtracing/coresight/coresight-etm3x-sysfs.c
+++ b/drivers/hwtracing/coresight/coresight-etm3x-sysfs.c
@@ -146,7 +146,7 @@ static ssize_t mode_store(struct device *dev,
  			goto err_unlock;
  		}
  		config->ctrl |= ETMCR_STALL_MODE;
-	 } else
+	} else
  		config->ctrl &= ~ETMCR_STALL_MODE;

  	if (config->mode & ETM_MODE_TIMESTAMP) {
-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] indentation fix (extra space removed) Muhammad Abdul WAHAB <muhammadabdul.wahab@centralesupelec.fr> - 2016-10-05 13:50 +0200
  Re: [PATCH] indentation fix (extra space removed) Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-10-06 18:10 +0200

csiph-web