]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/basic/fixdep.c
Pull style into test branch
[karo-tx-linux.git] / scripts / basic / fixdep.c
index 0b61bea869f7580d0d5af1d5c56345be61a8597c..668a11a8b383ce4a35bd98daf5720ef0da9a2077 100644 (file)
@@ -130,6 +130,9 @@ void usage(void)
        exit(1);
 }
 
+/*
+ * Print out the commandline prefixed with cmd_<target filename> :=
+ */
 void print_cmdline(void)
 {
        printf("cmd_%s := %s\n\n", target, cmdline);