From 3c85e0a39447e96e937f0f0dfe17c6768bb181e8 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 8 Aug 2016 10:11:20 -0700 Subject: [PATCH] iscsi: add missing (void) in empty param list Change-Id: Ia1c81e96b4109c92f50296cc29b86f38dd1e6652 Signed-off-by: Daniel Verkamp --- lib/iscsi/iscsi_subsystem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iscsi/iscsi_subsystem.c b/lib/iscsi/iscsi_subsystem.c index f58721c5d3..3c1eb40424 100644 --- a/lib/iscsi/iscsi_subsystem.c +++ b/lib/iscsi/iscsi_subsystem.c @@ -522,7 +522,7 @@ void spdk_put_pdu(struct spdk_iscsi_pdu *pdu) } } -struct spdk_iscsi_pdu *spdk_get_pdu() +struct spdk_iscsi_pdu *spdk_get_pdu(void) { struct spdk_iscsi_pdu *pdu; int rc;