munged            740 scripts/mod/modpost.c 				char *munged = NOFAIL(strdup(symname));
munged            741 scripts/mod/modpost.c 				munged[0] = '_';
munged            742 scripts/mod/modpost.c 				munged[1] = toupper(munged[1]);
munged            743 scripts/mod/modpost.c 				symname = munged;