From ff2442a02e8447fdcfac34cbb316847f12a46f29 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 31 Aug 2014 17:27:43 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4a218ef6f0..60e39b148e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8339,5 +8339,6 @@ (2014-8-31). * Rename kumalloc() to kumm_malloc() and kuzalloc to kumm_zalloc() for consistency with the rest of the naming (2014-8-31). - * Rename kfree() to kmm_free() and kuzalloc to kumm_zalloc() for - consistency with the rest of the naming (2014-8-31). + * Rename kmalloc() to kmm_malloc(), kzalloc() to kmm_zalloc(), and + kfree() to kmm_free() and kuzalloc to kumm_zalloc() for consistency + with the rest of the naming (2014-8-31).