# HG changeset patch # User Isaac Dunham # Date 1373509609 18000 # Node ID 436c601246743e4f3d362a7226bae554f1bacd33 # Parent b4faf2ae39e8e372e60e2e4a5bb457192bae6eb9 add paramtype in to the list of tags diff -r b4faf2ae39e8 -r 436c60124674 toys/other/modinfo.c --- a/toys/other/modinfo.c Sat Jul 06 11:26:15 2013 -0500 +++ b/toys/other/modinfo.c Wed Jul 10 21:26:49 2013 -0500 @@ -37,7 +37,8 @@ int fd, len, i; char *buf = 0, *pos, *modinfo_tags[] = { "alias", "license", "description", "author", "firmware", - "vermagic", "srcversion", "intree", "parm", "depends", + "vermagic", "srcversion", "intree", "depends", "parm", + "parmtype", }; if (-1 != (fd = open(full_name, O_RDONLY))) {