Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: hisilicon/qm - memory allocation cleanups
@ 2025-05-03 20:21 Ethan Carter Edwards
  2025-05-03 20:21 ` [PATCH 1/2] crypto: hisilicon/qm - remove sizeof(char) Ethan Carter Edwards
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ethan Carter Edwards @ 2025-05-03 20:21 UTC (permalink / raw)
  To: Weili Qian, Zhou Wang, Herbert Xu, David S. Miller,
	Gustavo A. R. Silva
  Cc: linux-crypto, linux-kernel, linux-hardening, Ethan Carter Edwards

This series contains two small cleanups to improve code quality and
readability. One removes a sizeof(char) piece of code (because it
evaluates to 1 anyways) and one switches to the helper function
devm_kcalloc.

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
---
Ethan Carter Edwards (2):
      crypto: hisilicon/qm - remove sizeof(char)
      crypto: hisilicon/qm - replace devm_kzalloc with devm_kcalloc

 drivers/crypto/hisilicon/qm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
base-commit: 37ff6e9a2ce321b7932d3987701757fb4d87b0e6
change-id: 20250503-hisilicon_qm-7b581a9b3799

Best regards,
-- 
Ethan Carter Edwards <ethan@ethancedwards.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-05-05 12:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-03 20:21 [PATCH 0/2] crypto: hisilicon/qm - memory allocation cleanups Ethan Carter Edwards
2025-05-03 20:21 ` [PATCH 1/2] crypto: hisilicon/qm - remove sizeof(char) Ethan Carter Edwards
2025-05-03 20:21 ` [PATCH 2/2] crypto: hisilicon/qm - replace devm_kzalloc with devm_kcalloc Ethan Carter Edwards
2025-05-05 12:28 ` [PATCH 0/2] crypto: hisilicon/qm - memory allocation cleanups Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox