diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2015-05-08 23:36:46 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-10 15:05:50 +0200 |
commit | 76c807210aeaefc164dad49d98927f1a84668d36 (patch) | |
tree | e09fc711e7d945b55be8e20dd398edc479d67590 /lib/string.c | |
parent | 9d9a3d06db9fd5f8c5760db76e0147b7e0c27c0c (diff) |
staging: lustre: cl_page: delete empty macros
CS_PAGE_INC etc. do nothing, so remove them.
The semantic patch that performs this transformation is as follows:
(http://coccinelle.lip6.fr/)
// <smpl>
@@ expression o,item,state; @@
(
- CS_PAGE_INC(o, item);
|
- CS_PAGE_DEC(o, item);
|
- CS_PAGESTATE_INC(o, state);
|
- CS_PAGESTATE_DEC(o, state);
)
// </smpl>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/string.c')
0 files changed, 0 insertions, 0 deletions