From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D12C8C433F5 for ; Mon, 2 May 2022 00:13:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379114AbiEBAQg (ORCPT ); Sun, 1 May 2022 20:16:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52232 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354401AbiEBAQb (ORCPT ); Sun, 1 May 2022 20:16:31 -0400 Received: from mail-pl1-x631.google.com (mail-pl1-x631.google.com [IPv6:2607:f8b0:4864:20::631]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 081F950464 for ; Sun, 1 May 2022 17:13:05 -0700 (PDT) Received: by mail-pl1-x631.google.com with SMTP id j8so11309964pll.11 for ; Sun, 01 May 2022 17:13:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:from:to:cc:subject:in-reply-to:message-id:references :mime-version; bh=P3p7W6LfiPMYuM2uvtz5cp3Js4BdRWCXOqiaEvfNVB8=; b=j6/NFJ0+qhiXy/suQ9NLTG29hfHdeB6QUrV7UhI+WmA0/SVAi5Z/Z5r6AlyRzy9RZ9 RErwz9mBzsidU2oZU7fALLnlP1Rm5iSn7/gXcxnpPtR3Juf4EVStV9I+zYz6PoNSC6Q3 T9oTscPYUx9kXvd+H771DIJK1ICyVmgktlYedZ3Tbqx3vCR8/SM9toqbHigO8DKCR77y W+AP8ywUTGVK7QgaxpuuIclHWz/5H7xfO3iJyCJYo4eSx/Jxiap1oP+E3zMGTiOfVB2p i9XoqGyN/akFWlDFYIwJiQnX7TXQggKDH8Eu7QlSEwm02irD3g7b9Y6VgwpNIkcsHKGt s/+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version; bh=P3p7W6LfiPMYuM2uvtz5cp3Js4BdRWCXOqiaEvfNVB8=; b=vpQqYx92NIFhajv807M8jIvRAAnXcDhnTXHk2lMNzxhIt62lthwSlc7D0QxeZs7qQQ LNZxS3bwXrf5HZKNWXHuzb3RRn+5xUK6WubFmXUkmg64QITN0CDEiVjz4w5ZVs188JN1 2n5ktM61VYjCbRaohCcxpEewYBoG6z0yzmIoGAl12y6i1lMv9Hia67JkSz7jWwIR/TJr zRnw/tq+0RgP+NZYdZ+x7zgnJp9vgqxiQ0qm1gM7GJfp4F5p6+7sw74NqbZjvrcaXnup bk/FY9libpk1jL+CEUVG1dDzK4rkuCxfu+C/wPDxK5paBBX/KeufGFo55lDI4OsnU896 TzKQ== X-Gm-Message-State: AOAM532KLf3U4GrLeQ5AkHhjuuVKPAg6LCd9fmLWx8zSQXJJW3SS/2nL zV0dg6gzccddTP2PuwGD7bey9Q== X-Google-Smtp-Source: ABdhPJx3ccr+0J+BQA2y/i67wsx1WVkeRzNQVowX63y1jEX7rxgaB3VBgJwQBKo10ulfz3CYJ0gERA== X-Received: by 2002:a17:902:b78c:b0:15d:2431:a806 with SMTP id e12-20020a170902b78c00b0015d2431a806mr9548504pls.77.1651450384314; Sun, 01 May 2022 17:13:04 -0700 (PDT) Received: from [2620:15c:29:204:e310:ef81:d548:9992] ([2620:15c:29:204:e310:ef81:d548:9992]) by smtp.gmail.com with ESMTPSA id k21-20020aa792d5000000b0050dc7628159sm3385658pfa.51.2022.05.01.17.13.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 01 May 2022 17:13:03 -0700 (PDT) Date: Sun, 1 May 2022 17:13:03 -0700 (PDT) From: David Rientjes To: andrey.konovalov@linux.dev cc: Andrew Morton , Andrey Konovalov , Christoph Lameter , Pekka Enberg , Joonsoo Kim , Vlastimil Babka , Roman Gushchin , Peter Collingbourne , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Andrey Konovalov Subject: Re: [PATCH 1/2] mm: slab: fix comment for ARCH_KMALLOC_MINALIGN In-Reply-To: Message-ID: <97db2796-ceb3-fe1-6f7f-3d4bc93fee19@google.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 28 Apr 2022, andrey.konovalov@linux.dev wrote: > From: Andrey Konovalov > > The comment next to the ARCH_KMALLOC_MINALIGN definition says that > ARCH_KMALLOC_MINALIGN can be defined in arch headers. This is incorrect: > it's actually ARCH_DMA_MINALIGN that can be defined there. > > Fix the comment. > > Signed-off-by: Andrey Konovalov Acked-by: David Rientjes