From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753059AbbGNOFv (ORCPT ); Tue, 14 Jul 2015 10:05:51 -0400 Received: from mga01.intel.com ([192.55.52.88]:12923 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751277AbbGNOFu (ORCPT ); Tue, 14 Jul 2015 10:05:50 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,472,1432623600"; d="scan'208";a="764181382" From: "Kirill A. Shutemov" To: "Kirill A. Shutemov" Cc: Andrew Morton , Andrea Arcangeli , Hugh Dickins , Dave Hansen , Mel Gorman , Rik van Riel , Vlastimil Babka , Christoph Lameter , Naoya Horiguchi , Steve Capper , "Aneesh Kumar K.V" , Johannes Weiner , Michal Hocko , Jerome Marchand , Sasha Levin , linux-kernel@vger.kernel.org, linux-mm@kvack.org, "Kirill A. Shutemov" In-Reply-To: <1436550130-112636-37-git-send-email-kirill.shutemov@linux.intel.com> References: <1436550130-112636-1-git-send-email-kirill.shutemov@linux.intel.com> <1436550130-112636-37-git-send-email-kirill.shutemov@linux.intel.com> Subject: RE: [PATCH 36/36] thp: update documentation Content-Transfer-Encoding: 7bit Message-Id: <20150714140543.5F9028B@black.fi.intel.com> Date: Tue, 14 Jul 2015 17:05:43 +0300 (EEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Kirill A. Shutemov wrote: > The patch updates Documentation/vm/transhuge.txt to reflect changes in > THP design. > > Signed-off-by: Kirill A. Shutemov checkpatch fixlet: diff --git a/Documentation/vm/transhuge.txt b/Documentation/vm/transhuge.txt index bfd967e442e1..b0cc5f8f161f 100644 --- a/Documentation/vm/transhuge.txt +++ b/Documentation/vm/transhuge.txt @@ -368,7 +368,7 @@ pages: succeed on tail pages. - map/unmap of the pages with PTE entry increment/decrement ->_mapcount - on relevent sub-page of the compound page. + on relevant sub-page of the compound page. - map/unmap of the whole compound page accounted in compound_mapcount (stored in first tail page).