提交 ac0a2871 编写于 作者: L Lisa Nguyen 提交者: Greg Kroah-Hartman

staging: lustre: lnet: Reformat pointer variable in lib-lnet.h

Reformat a pointer variable in lib-lnet.h to meet kernel
coding style and eliminate pointer format warning
generated by checkpatch.pl
Signed-off-by: NLisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 02816395
...@@ -749,7 +749,7 @@ void lnet_msg_containers_destroy(void); ...@@ -749,7 +749,7 @@ void lnet_msg_containers_destroy(void);
int lnet_msg_containers_create(void); int lnet_msg_containers_create(void);
char *lnet_msgtyp2str(int type); char *lnet_msgtyp2str(int type);
void lnet_print_hdr(lnet_hdr_t * hdr); void lnet_print_hdr(lnet_hdr_t *hdr);
int lnet_fail_nid(lnet_nid_t nid, unsigned int threshold); int lnet_fail_nid(lnet_nid_t nid, unsigned int threshold);
void lnet_counters_get(lnet_counters_t *counters); void lnet_counters_get(lnet_counters_t *counters);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册