OSDN Git Service

coresight: etm3x: indentation fix (extra space removed)
authorMuhammad Abdul WAHAB <muhammadabdul.wahab@centralesupelec.fr>
Tue, 29 Nov 2016 16:47:12 +0000 (09:47 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Nov 2016 19:05:32 +0000 (20:05 +0100)
An extra space is removed.

Signed-off-by: Muhammad Abdul Wahab <muhammadabdul.wahab@centralesupelec.fr>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/coresight/coresight-etm3x-sysfs.c

index e9b0719..5ea0909 100644 (file)
@@ -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) {