From 4b5517fbe0fc5250d7fd17e32c8a1192f830043e Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 9 Nov 2011 13:26:59 +0000 Subject: [PATCH] Restore the comment that I removed by accident. The comment still applies to this block of code. --- sys/tools/makeobjops.awk | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/tools/makeobjops.awk b/sys/tools/makeobjops.awk index 34f2b09ae0f0..8ca99bb17db9 100644 --- a/sys/tools/makeobjops.awk +++ b/sys/tools/makeobjops.awk @@ -306,6 +306,7 @@ function handle_method (static, doc) printh(format_line(prototype argument_list ");", line_width, length(prototype))); + # Print out the method desc printc("struct kobjop_desc " mname "_desc = {"); printc("\t0, { &" mname "_desc, (kobjop_t)" default_function " }"); printc("};\n");