Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752144AbdIKNYT (ORCPT ); Mon, 11 Sep 2017 09:24:19 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:36105 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751125AbdIKNYR (ORCPT ); Mon, 11 Sep 2017 09:24:17 -0400 X-Google-Smtp-Source: ADKCNb7eMR1hVYgTrova01jcF+xOjo2dyEcAsKqRfVX+e2eDEHfgQpee7faIvfwrOR+QUHJkkMc2qiJUxE8l8VqBk5Q= MIME-Version: 1.0 In-Reply-To: References: From: "Lad, Prabhakar" Date: Mon, 11 Sep 2017 14:23:45 +0100 Message-ID: Subject: Re: [PATCH 2/3] [media] DaVinci-VPBE-Display: Improve a size determination in two functions To: SF Markus Elfring Cc: linux-media , Mauro Carvalho Chehab , LKML , kernel-janitors@vger.kernel.org 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: 554 Lines: 15 On Fri, Sep 8, 2017 at 1:32 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 8 Sep 2017 10:50:32 +0200 > > Replace the specification of data structures by pointer dereferences > as the parameter for the operator "sizeof" to make the corresponding size > determination a bit safer according to the Linux coding style convention. > > Signed-off-by: Markus Elfring Acked-by: Lad, Prabhakar Cheers, --Prabhakar Lad