lkml.org 
[lkml]   [2011]   [Aug]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH]mm/vmscan.c Fix a typo in a comment "relaimed" to "reclaimed"
    Date
    From: "Justin P. Mattock" <justinmattock@gmail.com>

    The below patch fixes a typo I noticed in a comment while reading.
    (Note: I looked through everything, so hopefully I didnt forget anything).

    Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

    ---
    mm/vmscan.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/mm/vmscan.c b/mm/vmscan.c
    index 7ef6912..0ea8055 100644
    --- a/mm/vmscan.c
    +++ b/mm/vmscan.c
    @@ -1423,7 +1423,7 @@ static inline bool should_reclaim_stall(unsigned long nr_taken,
    if (sc->reclaim_mode & RECLAIM_MODE_SINGLE)
    return false;

    - /* If we have relaimed everything on the isolated list, no stall */
    + /* If we have reclaimed everything on the isolated list, no stall */
    if (nr_freed == nr_taken)
    return false;

    --
    1.7.6


    \
     
     \ /
      Last update: 2011-08-23 18:31    [W:4.309 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site