[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1455702695-6199-2-git-send-email-daniel.wagner@bmw-carit.de>
Date: Wed, 17 Feb 2016 10:51:31 +0100
From: Daniel Wagner <daniel.wagner@...-carit.de>
To: linux-sparse@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Christopher Li <sparse@...isli.org>,
Daniel Wagner <daniel.wagner@...-carit.de>
Subject: [FAIL 1/5] parse: Add comment to struct statement
All the other members of the union got a nice comment
what they represent. Let's fix for context as well.
Signed-off-by: Daniel Wagner <daniel.wagner@...-carit.de>
---
parse.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parse.h b/parse.h
index 0c34ec2..195f0fd 100644
--- a/parse.h
+++ b/parse.h
@@ -51,7 +51,7 @@ struct statement {
struct /* declaration */ {
struct symbol_list *declaration;
};
- struct {
+ struct /* context */ {
struct expression *expression;
struct expression *context;
};
--
2.5.0
Powered by blists - more mailing lists