summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorGargi Sharma <gs051095@gmail.com>2017-02-28 10:01:47 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-06 11:17:08 +0300
commit69385ad9abc34a9051e983f0b62a8f8e472a9037 (patch)
treeac84c1101b37c92f465c367a16e355a67476ca4e /include/linux/debugobjects.h
parent22171e328fc629165d0cc48841076cac1972aa42 (diff)
downloadlinux-69385ad9abc34a9051e983f0b62a8f8e472a9037.tar.xz
staging: lustre: Replace typedef with struct
As per the Linux kernel coding style guidelines, using typedef for a structure type is not recommended. Hence, occurences of typedefs have been removed. To find the occurences of the structures grep was used and no uses were found. Coccinelle script: @r1@ type T; @@ typedef struct { ... } T; @script:python c1@ T2; T << r1.T; @@ coccinelle.T2=T; @@ type r1.T; identifier c1.T2; @@ -typedef struct + T2 { ... } -T ; Signed-off-by: Gargi Sharma <gs051095@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions