Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933322Ab3GOQSo (ORCPT ); Mon, 15 Jul 2013 12:18:44 -0400 Received: from mail-oa0-f49.google.com ([209.85.219.49]:33990 "EHLO mail-oa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932613Ab3GOQSm (ORCPT ); Mon, 15 Jul 2013 12:18:42 -0400 MIME-Version: 1.0 In-Reply-To: <009a01ce814d$840b48c0$8c21da40$@samsung.com> References: <002b01ce797b$44d4ad10$ce7e0730$@samsung.com> <1933986.4vddYccClk@amdc1032> <009a01ce814d$840b48c0$8c21da40$@samsung.com> Date: Mon, 15 Jul 2013 09:18:41 -0700 X-Google-Sender-Auth: ITfGDCtHmcGUMdb7tqTPH2vHPjk Message-ID: Subject: Re: [PATCH v7 3/9] iommu/exynos: fix page table maintenance From: Grant Grundler To: Cho KyongHo Cc: Bartlomiej Zolnierkiewicz , Linux ARM Kernel , Linux IOMMU , Linux Kernel , Linux Samsung SOC , Hyunwoong Kim , Joerg Roedel , Kukjin Kim , Prathyush , Rahul Sharma , Subash Patel , Keyyoung Park , Grant Grundler Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 930 Lines: 23 On Mon, Jul 15, 2013 at 4:21 AM, Cho KyongHo wrote: ... >> Maybe you could add LV1TABLE_SIZE define and use it here (there is >> already a LV2TABLE_SIZE define)? > > Yes. But, LV2TABLE_SIZE is used in more places than one. > I do not feel that it is needed to define LV1TABLE_SIZE for the single line. Cho, #define's are part of the code "documentation". Doesn't really matter how often it's used. I think Bartlomiej's suggestion is a good one. Key is to use "consistent" names so they makes sense to someone not familiar with the code. In this case, we want to show this use is the same way LV2TABLE_SIZE is used and serves the same purpose. cheers. grant -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/