xijinyu has uploaded this change for review.

View Change

Fix warn and error reported by Jenkins.

From: https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/494913

src/support/server_stats.c
Line 2343 WARNING: Missing a blank line after declarations
+ struct gsh_stats gsh_st = export_st->st;
+ if (gsh_st.nfsv3 != NULL) {

Line 2432 ERROR: "(foo*)" should be "(foo *)"
+ op_preread = (struct xfer_op*)gsh_calloc(1, sizeof(struct
xfer_op));

Line 2433 ERROR: "(foo*)" should be "(foo *)"
+ op_prewrite = (struct xfer_op*)gsh_calloc(1, sizeof(struct
xfer_op));

Line 2434 ERROR: "(foo*)" should be "(foo *)"
+ op_read = (struct xfer_op*)gsh_calloc(1, sizeof(struct
xfer_op));

Line 2435 ERROR: "(foo*)" should be "(foo *)"
+ op_write = (struct xfer_op*)gsh_calloc(1, sizeof(struct
xfer_op));

Signed-off-by: Xi Jinyu <xijinyu@cmss.chinamobile.com>
Change-Id: Icfd7c1e8de5fc9006beac617fb6abad98208f204
---
M src/support/server_stats.c
1 file changed, 5 insertions(+), 4 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/27/495127/1

To view, visit change 495127. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Icfd7c1e8de5fc9006beac617fb6abad98208f204
Gerrit-Change-Number: 495127
Gerrit-PatchSet: 1
Gerrit-Owner: xijinyu <xijinyu@cmss.chinamobile.com>
Gerrit-MessageType: newchange