Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147279802
D52407.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
766 B
Referenced Files
None
Subscribers
None
D52407.diff
View Options
diff --git a/sys/tools/makeobjops.awk b/sys/tools/makeobjops.awk
--- a/sys/tools/makeobjops.awk
+++ b/sys/tools/makeobjops.awk
@@ -315,7 +315,7 @@
printh("\t" join(";\n\t", arguments, num_arguments) ";");
}
else {
- prototype = "static __inline " ret " " umname "(";
+ prototype = "static __inline " ret "\n" umname "(";
printh(format_line(prototype argument_list ")",
line_width, length(prototype)));
}
@@ -327,7 +327,7 @@
firstvar = "((kobj_t)" firstvar ")";
if (prolog != "")
printh(prolog);
- printh("\tKOBJOPLOOKUP(" firstvar "->ops," mname ");");
+ printh("\tKOBJOPLOOKUP(" firstvar "->ops, " mname ");");
rceq = (ret != "void") ? "rc = " : "";
printh("\t" rceq "((" mname "_t *) _m)(" varname_list ");");
if (epilog != "")
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 10, 3:58 PM (1 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29453530
Default Alt Text
D52407.diff (766 B)
Attached To
Mode
D52407: makeobjops.awk: Style nits for generated files
Attached
Detach File
Event Timeline
Log In to Comment