20 Sep, 2016

1 commit


18 Sep, 2016

1 commit

  • Remove extern specifier from function declaration as they have
    it by default. Also move extern declaration from .c files to
    their respective header file 'ks_hostif.h'. Coccinelle was used
    to remove extern and other changes were done by hand.
    Script:
    @@
    identifier func;
    type T;
    @@
    - extern
    T func(...);

    Signed-off-by: Bhumika Goyal
    Signed-off-by: Greg Kroah-Hartman

    Bhumika Goyal
     

08 Jun, 2016

3 commits