From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756521AbbJ2K32 (ORCPT ); Thu, 29 Oct 2015 06:29:28 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:34864 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754840AbbJ2K31 (ORCPT ); Thu, 29 Oct 2015 06:29:27 -0400 Date: Thu, 29 Oct 2015 15:59:08 +0530 From: Sudip Mukherjee To: Dan Carpenter Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: new version of the rename_rev.pl script Message-ID: <20151029102908.GA1331@sudip-pc> References: <20151029092210.GG7289@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151029092210.GG7289@mwanda> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 29, 2015 at 12:22:10PM +0300, Dan Carpenter wrote: > rename_rev.pl is a script to strip away the mechanical changes that we > often see in staging patches and leave just the interesting changes for > manual review. Thanks Dan. This CamelCase feature will be a life saver. I hope you remember few days back we had a looooong series of renames, though that was not CamelCase. But i just checked and your script works in normal variable rename also (state => cur_state). Thanks again for sharing. regards sudip