cryptodev: fix function prototype
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 13 Dec 2017 15:55:00 +0000 (15:55 +0000)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Sat, 20 Jan 2018 15:10:20 +0000 (16:10 +0100)
commitd368364dc3cc22bc0be871ff379ea95dedf94ac5
tree8306e0be4ce040a290aa87ee82d6fba83f03fe4a
parentab46f829ad09af22027458d48c9702be894e4c33
cryptodev: fix function prototype

qp_detach_session function was using the attach_session_t
function prototype, instead of detach_session_t.
Since both of them have the same parameters, there were
no compilation issues, but it is not consistent.

Fixes: d816fdea557c ("cryptodev: add API to associate session with queue pair")
Cc: stable@dpdk.org
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
lib/librte_cryptodev/rte_cryptodev_pmd.h