From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754551AbcCJIQS (ORCPT ); Thu, 10 Mar 2016 03:16:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33457 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752681AbcCJIQK (ORCPT ); Thu, 10 Mar 2016 03:16:10 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <1457570939-7740-3-git-send-email-sj38.park@gmail.com> References: <1457570939-7740-3-git-send-email-sj38.park@gmail.com> <1457570939-7740-1-git-send-email-sj38.park@gmail.com> To: SeongJae Park Cc: dhowells@redhat.com, paulmck@linux.vnet.ibm.com, corbet@lwn.net, minchan@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/5] doc/memory-barriers: add missed subsection in TOC MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <30440.1457597767.1@warthog.procyon.org.uk> Date: Thu, 10 Mar 2016 08:16:07 +0000 Message-ID: <30441.1457597767@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org SeongJae Park wrote: > Virtual Machine Guests subsection has added with commit > 6a65d26385bf487926a0616650927303058551e3 ("asm-generic: implement > virt_xxx memory barriers") in memory-barriers.txt but it forgot to add > the subsection in 'table of contents'. This commit adds the subsection > in the 'table of contents'. > > Signed-off-by: SeongJae Park Acked-by: David Howells