From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D8F0681F4C for ; Wed, 25 Jan 2017 07:57:18 -0800 (PST) Received: by mail-wm0-x22f.google.com with SMTP id c206so38212903wme.0 for ; Wed, 25 Jan 2017 07:57:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=hvSaeARnmdu+hflY5nLQP9JXKBK8VfCnd0GSMrC7jiA=; b=ZsAvPcNtYBR3iqEbRzaTwm4IN5QB7qHy4HH9KQaX0OwiyFJ2qijSI8hKJLvVb1nTgB D3rPaSChaDiOzStmnZCGi0aBiZPJAPE4cxgOgiVZgCb/faCa+wMOQCX8D5cw+WRmsARt E2Mk3fsyN1YmfWs14alQNIX8s8L4TYYOaaEHo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=hvSaeARnmdu+hflY5nLQP9JXKBK8VfCnd0GSMrC7jiA=; b=b4YeEhLmBuuy/m19UYIIbBMFcBw6lF7KxU9y28zGoypVfVnTSs5KN0hQUvcx1hlLx2 qxcrAxOMByzHt6znq3qjb8sV/KS/b8BcJdKR0eKlKoXEPj+yTvRC8f3SeND7dI1p8a4K PeksHa4wHmkya8/ix/oB7kDFuvokyRww+3jldWyPT3I7z02gy+IcZW6E2UJn0ic0ovvj BynRnXkESUbDU61Yt/CGvdXTKalMuN5Keyq8zXn1BO8eUSoXhOrG+B1h0JYV0WZ0l5Lm P7/2SqEqyeMB1SJzDu3/69PdrMJyM3ZCbP/TYJu4o9rKGn4DunTTeOKdyQoMklEHOuWG iy4A== X-Gm-Message-State: AIkVDXI2WJF1PTc0ewEdTuXGqBUSLzPXzjwmkYEn2rkhEpTpgZtbsnBTlCU402+enTOOpij0 X-Received: by 10.28.74.69 with SMTP id x66mr21995033wma.124.1485359837094; Wed, 25 Jan 2017 07:57:17 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id o143sm1304615wmd.3.2017.01.25.07.57.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Jan 2017 07:57:16 -0800 (PST) Date: Wed, 25 Jan 2017 15:57:14 +0000 From: Leif Lindholm To: Ryan Harkin Cc: Daniil Egranov , linaro-uefi , "edk2-devel@lists.01.org" Message-ID: <20170125155714.GR25883@bivouac.eciton.net> References: <1481687240-129317-1-git-send-email-daniil.egranov@arm.com> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [PATCH v5] OpenPlatformPkg/Drivers/Net/MarvellYukonDxe: Added multi-controller support X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2017 15:57:19 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jan 25, 2017 at 03:16:21PM +0000, Ryan Harkin wrote: > On 14 December 2016 at 03:47, Daniil Egranov wrote: > > Fixed several style issues. > > The patch set has been squashed in to the single patch after the > > code review. > > > > These are not the commit messages you are looking for... > > > > Contributed-under: TianoCore Contribution Agreement 1.0 > > Signed-off-by: Daniil Egranov > > Tested-by: Ryan Harkin Thanks, Ryan! Reviewed-by: Leif Lindholm Pushed as 17e8f160. (With subject line trimmed down to fit.) / Leif