]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
rasdaemon: ras-non-standard-handler: Fix checkpatch warning
authorShiju Jose <shiju.jose@huawei.com>
Mon, 19 Aug 2024 11:11:44 +0000 (12:11 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 18 Nov 2024 12:27:18 +0000 (13:27 +0100)
Fix following checkpatch warning,
CHECK: spaces preferred around that '*' (ctx:WxV)
+ sqlite3_stmt *stmt_dec_record;

Signed-off-by: Shiju Jose <shiju.jose@huawei.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
ras-non-standard-handler.h

index e73dbcb29fdefdd3b29a4535947c30819161d9b4..fbaf2aa51bb0ea8cada3038d077babe2bbf7ddd5 100644 (file)
@@ -24,7 +24,7 @@ struct ras_ns_ev_decoder {
        int (*decode)(struct ras_events *ras, struct ras_ns_ev_decoder *ev_decoder,
                      struct trace_seq *s, struct ras_non_standard_event *event);
 #ifdef HAVE_SQLITE3
-       sqlite3_stmt *stmt_dec_record;
+       struct sqlite3_stmt *stmt_dec_record;
 #endif
 };