Re: [PATCH] staging: unisys: uislib: uisqueue.c: fixed sparse warning of context imbalance

From: Dan Carpenter
Date: Tue Sep 02 2014 - 11:24:25 EST


On Tue, Sep 02, 2014 at 08:44:27PM +0530, Sudip Mukherjee wrote:
> On Tue, Sep 02, 2014 at 05:05:32PM +0300, Dan Carpenter wrote:
> > On Tue, Sep 02, 2014 at 04:39:47PM +0530, Sudip Mukherjee wrote:
> > > fixed sparse warning : context imbalance in 'do_locked_client_insert'
> > > different lock contexts for basic block
> > >
> > > spin_unlock_irqrestore is called at a later stage before returning
> > > from the function if locked is 1.
> > >
> > > Signed-off-by: Sudip Mukherjee <sudip@xxxxxxxxxxxxxxx>
> >
> > This doesn't match the email address you are using.
> >
>
> for all my patch the Signed-off email address is different from the From email address.
> I am not sure if I should do that, but since no one pointed it out so I guessed it is ok.

Sign-off-by are like signing a legal document that you didn't steal
copyright code. We like to check that they match up with the email
sending the patch.

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/