Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: lib/klog/klog.c

Issue 1348403002: Consistently use the STATIC_COMMAND macro every time we define a console command. (Closed) Base URL: https://github.com/travisg/lk.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/ffs/cmd.c ('k') | lib/lwip/cmd.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/klog/klog.c
diff --git a/lib/klog/klog.c b/lib/klog/klog.c
index e6f73bc76aceb37b08f4ca487498e2085cbfba65..a3304037e5b1296f26d43cea735d61f777026ce8 100644
--- a/lib/klog/klog.c
+++ b/lib/klog/klog.c
@@ -609,7 +609,7 @@ usage:
}
STATIC_COMMAND_START
-{ "klog", "commands for manipulating klog", &cmd_klog },
+STATIC_COMMAND("klog", "commands for manipulating klog", &cmd_klog)
STATIC_COMMAND_END(klog);
#endif // WITH_LIB_CONSOLE
« no previous file with comments | « lib/ffs/cmd.c ('k') | lib/lwip/cmd.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698