[Linux-kernel-mentees] [PATCH v3 2/3] tests: Add space between * and const in ptrconstptr.res

Jaskaran Singh jaskaransingh7654321 at gmail.com
Sun Feb 9 11:54:18 UTC 2020


A space is now added between the * and qualifier. Reflect this
change in the ptrconstptr test case.

Signed-off-by: Jaskaran Singh <jaskaransingh7654321 at gmail.com>
---
 tests/ptrconstptr.res | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ptrconstptr.res b/tests/ptrconstptr.res
index f5b2210c..1d0c3c1d 100644
--- a/tests/ptrconstptr.res
+++ b/tests/ptrconstptr.res
@@ -1,3 +1,3 @@
 void main() {
-	const char *const *y;
+	const char * const *y;
 }
-- 
2.21.1



More information about the Linux-kernel-mentees mailing list