From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757168AbdCUL4V (ORCPT ); Tue, 21 Mar 2017 07:56:21 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54646 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756497AbdCUL4U (ORCPT ); Tue, 21 Mar 2017 07:56:20 -0400 Date: Tue, 21 Mar 2017 12:55:59 +0100 From: Greg KH To: Arushi Singhal Cc: w.d.hubbs@gmail.com, devel@driverdev.osuosl.org, linux-fbdev@vger.kernel.org, teddy.wang@siliconmotion.com, speakup@linux-speakup.org, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com, sudipm.mukherjee@gmail.com Subject: Re: [PATCH 1/2] staging: sm750fb: Remove typedefs from struct Message-ID: <20170321115559.GA16100@kroah.com> References: <20170321112639.32495-1-arushisinghal19971997@gmail.com> <20170321112639.32495-2-arushisinghal19971997@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170321112639.32495-2-arushisinghal19971997@gmail.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 21, 2017 at 04:56:38PM +0530, Arushi Singhal wrote: > This patch removes typedefs from structure and renames them as > per kernel coding standards. In the subject, and in the text, say _which_ typedef you changed, and what you changed it to. Same for your patch 2/2. thanks, greg k-h