From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vR4QT3X9SzDqD2 for ; Sun, 19 Feb 2017 22:33:37 +1100 (AEDT) In-Reply-To: <1486523810-21112-1-git-send-email-gwshan@linux.vnet.ibm.com> To: Gavin Shan , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: aneesh.kumar@linux.vnet.ibm.com, Gavin Shan Subject: Re: [v2] powerpc/mm: Fix typo in set_pte_at() Message-Id: <3vR4QT26J2z9sD9@ozlabs.org> Date: Sun, 19 Feb 2017 22:33:37 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2017-02-08 at 03:16:50 UTC, Gavin Shan wrote: > This fixes the typo about the _PAGE_PTE in set_pte_at() by changing > "tryint" to "trying to". > > Signed-off-by: Gavin Shan > Acked-by: Balbir Singh Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/c618f6b188a9170f67e4abd478d250 cheers