Commit 3198780e authored by Vivek Yadav's avatar Vivek Yadav Committed by Will Deacon
Browse files

kselftest/arm64: Remove extra blank line



Remove an unnecessary blank line to improve code style consistency.

```
[command]
        ./scripts/checkpatch.pl --strict -f <path/to/file>

[output]
        CHECK: Please don't use multiple blank lines
	CHECK: Blank lines aren't necessary before a close brace '}'
```

Signed-off-by: default avatarVivek Yadav <vivekyadav1207731111@gmail.com>
Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent a985fe63
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ static void cmpbr_sigill(void)
	/* Not implemented, too complicated and unreliable anyway */
}


static void crc32_sigill(void)
{
	/* CRC32W W0, W0, W1 */
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
#define GNU_PROPERTY_AARCH64_FEATURE_1_BTI	(1U << 0)
#define GNU_PROPERTY_AARCH64_FEATURE_1_PAC	(1U << 1)


.macro startfn name:req
	.globl \name
\name:
+0 −1
Original line number Diff line number Diff line
@@ -1569,7 +1569,6 @@ static void run_sve_tests(void)
					  &test_config);
		}
	}

}

static void run_sme_tests(void)
+0 −1
Original line number Diff line number Diff line
@@ -690,7 +690,6 @@ static inline void smstop(void)
	asm volatile("msr S0_3_C4_C6_3, xzr");
}


/*
 * Verify we can change the SVE vector length while SME is active and
 * continue to use SME afterwards.
+0 −1
Original line number Diff line number Diff line
@@ -108,7 +108,6 @@ static int get_zt(pid_t pid, char zt[ZT_SIG_REG_BYTES])
	return ptrace(PTRACE_GETREGSET, pid, NT_ARM_ZT, &iov);
}


static int set_zt(pid_t pid, const char zt[ZT_SIG_REG_BYTES])
{
	struct iovec iov;
Loading