• Randy Dunlap's avatar
    [PATCH] janitor: use char arrays for strings · d9bc3929
    Randy Dunlap authored
    From: maximilian attems <janitor@sternwelten.at>
    
    Use char arrays instead of char* for strings:
     a. uses a single variable instead of two.
     b. shorter code.
     c. __initdata will be completely dropped.
    d9bc3929
procfs.c 18.8 KB