From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933862AbcIVNxW (ORCPT ); Thu, 22 Sep 2016 09:53:22 -0400 Received: from mail-lf0-f43.google.com ([209.85.215.43]:35325 "EHLO mail-lf0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933565AbcIVNxI (ORCPT ); Thu, 22 Sep 2016 09:53:08 -0400 Subject: Re: [PATCH] Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR. Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR. To: Harman Kalra , tj@kernel.org References: <1474487311-3897-1-git-send-email-harman4linux@gmail.com> <58067102-6e4d-dd09-50c6-8aa8b544def0@cogentembedded.com> Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org From: Sergei Shtylyov Organization: Cogent Embedded Message-ID: <561a31e9-eaa5-9be5-989e-8898fdaecc34@cogentembedded.com> Date: Thu, 22 Sep 2016 16:53:04 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <58067102-6e4d-dd09-50c6-8aa8b544def0@cogentembedded.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/22/2016 01:44 PM, Sergei Shtylyov wrote: > Looks like your patch summary and description got merged together in the > subject. Also, the subject (summary) should contain driver name as a prefix: "pata_at91: Use ..." >> Signed-off-by: Harman Kalra > [...] MBR, Sergei