From patchwork Mon May 14 16:56:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Pimentel X-Patchwork-Id: 913106 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-pci-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=synopsys.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=synopsys.com header.i=@synopsys.com header.b="A7Ee/631"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40l6Kv4ylvz9s0q for ; Tue, 15 May 2018 02:56:35 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753969AbeENQ4b (ORCPT ); Mon, 14 May 2018 12:56:31 -0400 Received: from smtprelay.synopsys.com ([198.182.37.59]:38343 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752057AbeENQ4b (ORCPT ); Mon, 14 May 2018 12:56:31 -0400 Received: from mailhost.synopsys.com (mailhost3.synopsys.com [10.12.238.238]) by smtprelay.synopsys.com (Postfix) with ESMTP id BDE261E044E for ; Mon, 14 May 2018 18:56:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1526316989; bh=B3gGDDsZD/0gBra0q1DY/sfOS0urBqMzrRjoCQV6EKs=; h=From:To:Cc:Subject:Date:From; b=A7Ee/6315ZE6t4uSiPSUIycJPT/5cvvWljlZl7FM/OuNenY7yNEXjfPjqyOdCyNQs EkuD+CL1zmiOuwaYILihh+1f4LMtv1DMKcQmY8grPSBc9EfaS2kxuOXYpCiyl0vDx0 xJx6qQlDPFgrjvT9W+3BVJ3msCfjawmiW+FnyRqv1cPLHhNCowao5FjSwyR+9PqDpb Mwc6iFVS8SZcSE0dbWCLWmgEOVRuMSmlZsME4xROQdplElxZfiRe9E99P3bTfCErQo dhLuYIgpYjsijkKJHowFgnQwhjg1jlfVeCgkuKs7wmknI/uzlwwjSuBvZcdOcjrH82 Yoa1/2sZp/HOg== Received: from pt02.synopsys.com (pt02.synopsys.com [10.107.23.240]) by mailhost.synopsys.com (Postfix) with ESMTP id E0AA833D7; Mon, 14 May 2018 09:56:28 -0700 (PDT) Received: from UbuntuMate-64Bits.internal.synopsys.com (gustavo-e7480.internal.synopsys.com [10.107.25.102]) by pt02.synopsys.com (Postfix) with ESMTP id 0FC263D66B; Mon, 14 May 2018 17:56:28 +0100 (WEST) From: Gustavo Pimentel To: bhelgaas@google.com, lorenzo.pieralisi@arm.com, kishon@ti.com Cc: linux-pci@vger.kernel.org, Gustavo Pimentel Subject: [PATCH 0/2] Replace lower into upper case characters Date: Mon, 14 May 2018 17:56:22 +0100 Message-Id: X-Mailer: git-send-email 2.7.4 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Replacement of all initial lowercase character in comments and debug messages to uppercase to maintain coherence. Gustavo Pimentel (2): misc: pci_endpoint_test: Replace lower into upper case characters PCI: endpoint: functions/pci-epf-test: Replace lower into upper case characters drivers/misc/pci_endpoint_test.c | 18 +++++++++--------- drivers/pci/endpoint/functions/pci-epf-test.c | 26 +++++++++++++------------- 2 files changed, 22 insertions(+), 22 deletions(-)