Tag: 181225530e2f625869fb8ad242444d8efa8a478b

staging: dgap: remove unnecessary space after cast

Author: Ioana Ciornei <ciorneiioana@gmail.com> This patch removes unnecessary spaces after the cast. Patch done with coccinelle semantic patch: @rule0@ type t; identifier e; constant c; expression expr; @@ ( – (t) e + (t)e | – (t) c + (t)c | – (t) expr + (t)expr ) Signed-off-by: Ioana Ciornei Signed-off-by: Greg Kroah-Hartman — drivers/staging/dgap/dgap.c …

Continue reading