Skip to content

Commit bca79b9

Browse files
aguerinIntelherbertx
authored andcommitted
crypto: qat - fix comment structure
Move comment description to the same line as the function name. This is to fix the following warning when compiling the QAT driver using the clang compiler with CC=clang W=2: drivers/crypto/intel/qat/qat_common/qat_crypto.c:108: warning: missing initial short description on line: * qat_crypto_vf_dev_config() Signed-off-by: Adam Guerin <adam.guerin@intel.com> Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent ff39134 commit bca79b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/crypto/intel/qat/qat_common/qat_crypto.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ struct qat_crypto_instance *qat_crypto_get_instance_node(int node)
105105
}
106106

107107
/**
108-
* qat_crypto_vf_dev_config()
109-
* create dev config required to create crypto inst.
108+
* qat_crypto_vf_dev_config() - create dev config required to create
109+
* crypto inst.
110110
*
111111
* @accel_dev: Pointer to acceleration device.
112112
*

0 commit comments

Comments
 (0)