Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751575AbdHQRFJ (ORCPT ); Thu, 17 Aug 2017 13:05:09 -0400 Received: from mail-io0-f194.google.com ([209.85.223.194]:34666 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752536AbdHQRFI (ORCPT ); Thu, 17 Aug 2017 13:05:08 -0400 MIME-Version: 1.0 In-Reply-To: <20170817170332.GA5045@kroah.com> References: <1502207142-18740-1-git-send-email-bhumirks@gmail.com> <20170817170332.GA5045@kroah.com> From: Bhumika Goyal Date: Thu, 17 Aug 2017 22:35:06 +0530 Message-ID: Subject: Re: [PATCH] staging: vboxvideo: make drm_fb_helper_funcs const To: Greg KH Cc: Julia Lawall , devel@driverdev.osuosl.org, linux-kernel@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: 553 Lines: 18 On Thu, Aug 17, 2017 at 10:33 PM, Greg KH wrote: > On Tue, Aug 08, 2017 at 09:15:42PM +0530, Bhumika Goyal wrote: >> Make the structure const as it is only passed to the function >> drm_fb_helper_prepare and the corresponding argument is of type >> const. >> Done using Coccinelle. >> >> Signed-off-by: Bhumika Goyal >> --- >> drivers/staging/vboxvideo/vbox_fb.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Does not apply to my tree at all :( Okay, I will resend it. Thanks, Bhumika