Re: [PATCH] eventfs: Use kcalloc() instead of kzalloc()

2024-01-15 Thread Mark Rutland
On Sun, Jan 14, 2024 at 11:53:40AM +0100, Erick Archer wrote: > Use 2-factor multiplication argument form kcalloc() instead > of kzalloc(). > > Link: https://github.com/KSPP/linux/issues/162 > Signed-off-by: Erick Archer Could you put something in the commit message explaining *why* this change

[PATCH] eventfs: Use kcalloc() instead of kzalloc()

2024-01-14 Thread Erick Archer
Use 2-factor multiplication argument form kcalloc() instead of kzalloc(). Link: https://github.com/KSPP/linux/issues/162 Signed-off-by: Erick Archer --- fs/tracefs/event_inode.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/tracefs/event_inode.c b/fs/tracefs/event_