From: Carlos Bilbao <bilbao@vt.edu>
To: James.Bottomley@hansenpartnership.com
Cc: deller@gmx.de, linux-parisc@vger.kernel.org,
linux-kernel@vger.kernel.org, andrew@lunn.ch
Subject: [PATCH] drivers: parisc: Follow the indentation coding standard on printks
Date: Thu, 08 Jul 2021 11:25:44 -0400 [thread overview]
Message-ID: <1793924.CQOukoFCf9@iron-maiden> (raw)
Fix indentation of printks that start at the beginning of the line. Change this
for the right number of space characters, or tabs if the file uses them.
Signed-off-by: Carlos Bilbao <bilbao@vt.edu>
---
drivers/parisc/iosapic.c | 4 ++--
drivers/parisc/sba_iommu.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/parisc/iosapic.c b/drivers/parisc/iosapic.c
index 8a3b0c3a1e92..5d27c23e6429 100644
--- a/drivers/parisc/iosapic.c
+++ b/drivers/parisc/iosapic.c
@@ -633,7 +633,7 @@ static void iosapic_unmask_irq(struct irq_data *d)
printk("\n");
}
-printk("iosapic_enable_irq(): sel ");
+ printk("iosapic_enable_irq(): sel ");
{
struct iosapic_info *isp = vi->iosapic;
@@ -642,7 +642,7 @@ printk("iosapic_enable_irq(): sel ");
printk(" %x", d1);
}
}
-printk("\n");
+ printk("\n");
#endif
/*
diff --git a/drivers/parisc/sba_iommu.c b/drivers/parisc/sba_iommu.c
index dce4cdf786cd..c3381facdfc5 100644
--- a/drivers/parisc/sba_iommu.c
+++ b/drivers/parisc/sba_iommu.c
@@ -1550,7 +1550,7 @@ static void sba_hw_init(struct sba_device *sba_dev)
#if 0
-printk("sba_hw_init(): mem_boot 0x%x 0x%x 0x%x 0x%x\n", PAGE0->mem_boot.hpa,
+ printk("sba_hw_init(): mem_boot 0x%x 0x%x 0x%x 0x%x\n", PAGE0->mem_boot.hpa,
PAGE0->mem_boot.spa, PAGE0->mem_boot.pad, PAGE0->mem_boot.cl_class);
/*
--
2.25.1
next reply other threads:[~2021-07-08 15:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-08 15:25 Carlos Bilbao [this message]
2021-07-08 16:46 ` [PATCH] drivers: parisc: Follow the indentation coding standard on printks Joe Perches
2021-07-08 17:40 ` [PATCH net-next v2] drivers: parisc: Remove unnecessary #if blocks Carlos Bilbao
2021-07-08 18:04 ` Andrew Lunn
2021-07-08 18:13 ` bilbao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1793924.CQOukoFCf9@iron-maiden \
--to=bilbao@vt.edu \
--cc=James.Bottomley@hansenpartnership.com \
--cc=andrew@lunn.ch \
--cc=deller@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-parisc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox