From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755380Ab2DPTZo (ORCPT ); Mon, 16 Apr 2012 15:25:44 -0400 Received: from casper.infradead.org ([85.118.1.10]:35840 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752570Ab2DPTZn (ORCPT ); Mon, 16 Apr 2012 15:25:43 -0400 Message-ID: <4F8C7232.50404@kernel.dk> Date: Mon, 16 Apr 2012 21:25:38 +0200 From: Jens Axboe MIME-Version: 1.0 To: Jesper Juhl CC: linux-kernel@vger.kernel.org, Tejun Heo , Danny Kukawka Subject: Re: [PATCH] dac960: Remove unused variables from DAC960_CreateProcEntries() References: In-Reply-To: X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2012-04-16 20:29, Jesper Juhl wrote: > The variables 'StatusProcEntry' and 'UserCommandProcEntry' are > assigned to once and then never used. This patch gets rid of the > variables. > > While I was there I also fixed the indentation of the function to use > tabs rather than spaces for the lines that did not already do so. Thanks, applied. -- Jens Axboe