aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorAlexander Kuleshov <kuleshovmail@gmail.com>2015-09-08 18:04:02 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2015-09-08 18:35:28 -0400
commitc11539315129b599aae6d9bc0f941dee5559ec58 (patch)
treeacd84d7bacbc9d126a641b981d0b55b5933ca0dd /mm
parent1a16718cf7f4f48ee2aa2cfd9a961c6b433a7b5b (diff)
mm/memblock.c: fiy typos in comments
s/succees/success/ Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/memblock.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mm/memblock.c b/mm/memblock.c
index 69babe22eef7..31b06c67b1b1 100644
--- a/mm/memblock.c
+++ b/mm/memblock.c
@@ -762,7 +762,7 @@ int __init_memblock memblock_reserve(phys_addr_t base, phys_addr_t size)
762 * 762 *
763 * This function isolates region [@base, @base + @size), and sets/clears flag 763 * This function isolates region [@base, @base + @size), and sets/clears flag
764 * 764 *
765 * Return 0 on succees, -errno on failure. 765 * Return 0 on success, -errno on failure.
766 */ 766 */
767static int __init_memblock memblock_setclr_flag(phys_addr_t base, 767static int __init_memblock memblock_setclr_flag(phys_addr_t base,
768 phys_addr_t size, int set, int flag) 768 phys_addr_t size, int set, int flag)
@@ -789,7 +789,7 @@ static int __init_memblock memblock_setclr_flag(phys_addr_t base,
789 * @base: the base phys addr of the region 789 * @base: the base phys addr of the region
790 * @size: the size of the region 790 * @size: the size of the region
791 * 791 *
792 * Return 0 on succees, -errno on failure. 792 * Return 0 on success, -errno on failure.
793 */ 793 */
794int __init_memblock memblock_mark_hotplug(phys_addr_t base, phys_addr_t size) 794int __init_memblock memblock_mark_hotplug(phys_addr_t base, phys_addr_t size)
795{ 795{
@@ -801,7 +801,7 @@ int __init_memblock memblock_mark_hotplug(phys_addr_t base, phys_addr_t size)
801 * @base: the base phys addr of the region 801 * @base: the base phys addr of the region
802 * @size: the size of the region 802 * @size: the size of the region
803 * 803 *
804 * Return 0 on succees, -errno on failure. 804 * Return 0 on success, -errno on failure.
805 */ 805 */
806int __init_memblock memblock_clear_hotplug(phys_addr_t base, phys_addr_t size) 806int __init_memblock memblock_clear_hotplug(phys_addr_t base, phys_addr_t size)
807{ 807{
@@ -813,7 +813,7 @@ int __init_memblock memblock_clear_hotplug(phys_addr_t base, phys_addr_t size)
813 * @base: the base phys addr of the region 813 * @base: the base phys addr of the region
814 * @size: the size of the region 814 * @size: the size of the region
815 * 815 *
816 * Return 0 on succees, -errno on failure. 816 * Return 0 on success, -errno on failure.
817 */ 817 */
818int __init_memblock memblock_mark_mirror(phys_addr_t base, phys_addr_t size) 818int __init_memblock memblock_mark_mirror(phys_addr_t base, phys_addr_t size)
819{ 819{