Fixes the following W=1 kernel build warning(s): drivers/crypto/ux500/cryp/cryp_irq.c:21: warning: Function parameter or member 'device_data' not described in 'cryp_enable_irq_src' drivers/crypto/ux500/cryp/cryp_irq.c:21: warning: Function parameter or member 'irq_src' not described in 'cryp_enable_irq_src' drivers/crypto/ux500/cryp/cryp_irq.c:21: warning: expecting prototype for ST(). Prototype was for cryp_enable_irq_src() instead
Cc: Herbert Xu <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Shujuan Chen <[email protected]> Cc: Jonas Linde <[email protected]> Cc: Joakim Bech <[email protected]> Cc: Berne Hebark <[email protected]> Cc: Niklas Hernaeus <[email protected]> Cc: [email protected] Signed-off-by: Lee Jones <[email protected]> --- drivers/crypto/ux500/cryp/cryp_irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/ux500/cryp/cryp_irq.c b/drivers/crypto/ux500/cryp/cryp_irq.c index 7ebde69e8c76b..6d2f07bec98a7 100644 --- a/drivers/crypto/ux500/cryp/cryp_irq.c +++ b/drivers/crypto/ux500/cryp/cryp_irq.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/** +/* * Copyright (C) ST-Ericsson SA 2010 * Author: Shujuan Chen <[email protected]> for ST-Ericsson. * Author: Jonas Linde <[email protected]> for ST-Ericsson. -- 2.25.1
