Tag: bdbb0512205f717301e93421c08765c9af2bbe1c

staging: lustre: adjust spacing within pointer casts

Author: Julia Lawall <Julia.Lawall@lip6.fr> The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ type T; expression e; @@ ( – T * + T * ) e // This semantic patch just removes the cast and adds it back, but when it does so, it follows the spacing conventions of Linux. …

Continue reading