Whamcloud - gitweb
LU-9119 lnet: remove "struct' from generated comment 07/55507/2
authorOlaf Weber <olaf@sgi.com>
Fri, 27 Jan 2017 15:17:01 +0000 (16:17 +0100)
committerOleg Drokin <green@whamcloud.com>
Sat, 13 Jul 2024 20:54:25 +0000 (20:54 +0000)
commit03dd4734a5999a34f8bf77a53f2d7a30fce75b61
tree38ac3db4481686081cff5df809dbf8ccec76b37e
parent614a76c466907b5c4173df691a023314bd3471f5
LU-9119 lnet: remove "struct' from generated comment

The CHECK_STRUCT() generates a comment saying
"Checks for struct " followed by the type name.
If the type name is 'struct mumble' the result
is "Checks for struct struct mumble". Drop the
extra "struct".

Test-Parameters: trivial testlist=sanity-lnet
Signed-off-by: Olaf Weber <olaf@sgi.com>
Signed-off-by: Olaf Weber <olaf.weber@hpe.com>
Change-Id: I90b13a2c500c63accb90ef567b197defd5521dea
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55507
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Chris Horn <chris.horn@hpe.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lnet/lnet/api-ni.c
lnet/utils/wirecheck.c