From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752124AbaIJNzT (ORCPT ); Wed, 10 Sep 2014 09:55:19 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:36619 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751084AbaIJNzQ (ORCPT ); Wed, 10 Sep 2014 09:55:16 -0400 Date: Wed, 10 Sep 2014 19:25:05 +0530 From: Sudip Mukherjee To: "Romer, Benjamin M" Cc: "Kershner, David A" , *S-Par-Maintainer , Greg Kroah-Hartman , "devel@driverdev.osuosl.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] staging: unisys: uislib: uislib.c: sparse warning of context imbalance Message-ID: <20140910135505.GA30082@sudip-PC> References: <1410259269-27397-1-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Wed, Sep 10, 2014 at 08:29:26AM -0500, Romer, Benjamin M wrote: > On Tue, 2014-09-09 at 16:11 +0530, Sudip Mukherjee wrote: > > fixed sparse warning : context imbalance in 'resume_device' > > unexpected unlock > > this patch will generate warning from checkpatch for > > lines over 80 character , but since those are user-visible strings > > so it was not modified. > > > > Signed-off-by: Sudip Mukherjee > > I tested your changes, and this patch works fine. Thanks! > > -- Ben > > Acked-by: Benjamin Romer > Tested-by: Benjamin Romer thanks, so after Greg K-H applies it then the patch to remove the last warning from this file. thanks sudip