iscsi: add missing (void) in empty param list

Change-Id: Ia1c81e96b4109c92f50296cc29b86f38dd1e6652
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-08-08 10:11:20 -07:00
parent 31bb40dcf9
commit 3c85e0a394

View File

@ -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;