Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151349647
D52407.id161658.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.id161658.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
Wed, Apr 8, 7:31 PM (6 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31051853
Default Alt Text
D52407.id161658.diff (766 B)
Attached To
Mode
D52407: makeobjops.awk: Style nits for generated files
Attached
Detach File
Event Timeline
Log In to Comment