Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1308062imm; Wed, 11 Jul 2018 22:48:19 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdrETmd2vVRYdcrywl4S+ECSD4qeH0DpJEJqE1tbWLjJCoM6zm2pFTb5gBbD/ULxVZPaeLr X-Received: by 2002:a63:d15:: with SMTP id c21-v6mr828472pgl.322.1531374498962; Wed, 11 Jul 2018 22:48:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531374498; cv=none; d=google.com; s=arc-20160816; b=HqOZQnSilpafmvfrVlt1RkQEZoyfyXEzF44RDFV4LbSlDwDKJBJWQU4YQSdU9Ne2RH NNGPFi3aFBI5NaKVObzjZ1d0gMbtyX/axo2XrtddhuOQIa1ASPTpKLxJv18xX5pdoB3U B/Xg5nQQ5jE63fe7oi4DitQ2p+Mr0Unlluz/yYA2liDq6kaSQj2EbD0BPLsHxLINMKQy 2syrKsPpex87nIubgHbsqCTyqN04N5XRi2o3di1KhN1iOfhBfg+mJvMdqsKQ+fRS267+ gx3dqwGQF1lGaoUjgS7w8l+ZQ8tnqNc+dUd81GymP4rFgg+ljiXfEZ9Hp4BmAGU1dus2 Fp7Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=VRLJ1r19dh8+w7eygRZAVpRsh0zMmSy3BR0ajYH1N4o=; b=eohsdeR4ljsjtojgjifTRiNW49tDBbpJbl4eoycOJbERy8ozbEWDY0UUr2GRD38MDM 18GfOS6iAF91ddiZwqlATMno9DC6oDTNOREWV2/TyP53X6YBDO05v/Auw++isIeJQ03V VT4IV/cQV/ZbEDtdQ1VEodL1cL/xuZ4PJ2AhtEA+Amk3H29dQ6bGaFNB7h3i4t/BYfb5 LN83TMfdhyQyxjRrT+L1Tdu2+zfkTONh5PJbOcv6gBBxjhqSv85l/Bfm470WMEJaLDI6 V9tVtGQlVfiYVDfwylxpsiiTgHoARO5jrgLUSEWNTC4a5IvAxrp2JDuiYHQLbZsr7Kjw jWzA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k7-v6si19205525pgq.548.2018.07.11.22.47.39; Wed, 11 Jul 2018 22:48:18 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726450AbeGLFyG (ORCPT + 99 others); Thu, 12 Jul 2018 01:54:06 -0400 Received: from ozlabs.org ([203.11.71.1]:39255 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725827AbeGLFyG (ORCPT ); Thu, 12 Jul 2018 01:54:06 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 41R4g30LB0z9ryt; Thu, 12 Jul 2018 15:46:07 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Daniel Klamt , benh@kernel.crashing.org Cc: paulus@samba.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-kernel@i4.cs.fau.de, Daniel Klamt , Bjoern Noetel Subject: Re: [PATCH] powerpc: Replaced msleep(x) with msleep(OPAL_BUSY_DELAY_MS) In-Reply-To: <1531346584-9157-1-git-send-email-eleon@ele0n.de> References: <878t6hami4.fsf@concordia.ellerman.id.au> <1531346584-9157-1-git-send-email-eleon@ele0n.de> Date: Thu, 12 Jul 2018 15:46:06 +1000 Message-ID: <87bmbd80rl.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Daniel Klamt writes: > Replaced msleep(x) with with msleep(OPAL_BUSY_DELAY_MS) > to diocument these sleep is to wait for opal. > > Signed-off-by: Daniel Klamt > Signed-off-by: Bjoern Noetel Thanks. Your change log should be in the imperative mood, see: https://git.kernel.org/pub/scm/git/git.git/tree/Documentation/SubmittingPatches?id=HEAD#n133 In this case that just means saying "Replace" rather than "Replaced". Also the prefix should be "powerpc/xive". You can guess that by doing: $ git log --oneline arch/powerpc/sysdev/xive/native.c And notice that the majority of commits use that prefix. I've fixed both of those things up for you. cheers