staging: lustre: drop *_t from end of struct lnet_text_buf
commitddbc66a5e5cd814fc5ee51adcd860389955ce021
authorJames Simmons <jsimmons@infradead.org>
Fri, 12 Feb 2016 17:05:59 +0000 (12 12:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 00:20:32 +0000 (14 16:20 -0800)
treea6baccf185f17d521ee12886c072d3939133f0b2
parentd9750a2f9eea15377924dac96dd129af7edcbede
staging: lustre: drop *_t from end of struct lnet_text_buf

When lnet_text_buf data structure was transform from typedef
to struct the *_t which is typical of typedef was not drop.
This patch removes the *_t to be consistent.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/config.c