Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1238139 > unrolled thread

[PATCH] staging: octeon: Removed trailing whitespaces

Started byAnjali Menon <cse.anjalimenon@gmail.com>
First post2015-10-02 13:50 +0200
Last post2015-10-02 13:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] staging: octeon: Removed trailing whitespaces Anjali Menon <cse.anjalimenon@gmail.com> - 2015-10-02 13:50 +0200

#1238139 — [PATCH] staging: octeon: Removed trailing whitespaces

FromAnjali Menon <cse.anjalimenon@gmail.com>
Date2015-10-02 13:50 +0200
Subject[PATCH] staging: octeon: Removed trailing whitespaces
Message-ID<qf70B-2hB-19@gated-at.bofh.it>
Removed trailing whitespace in the blank line to fix
the coding style error detected by checkpatch.pl

ERROR: trailing whitespace

Signed-off-by: Anjali Menon <cse.anjalimenon@gmail.com>
---
 drivers/staging/octeon/ethernet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/octeon/ethernet.c b/drivers/staging/octeon/ethernet.c
index 71f8123..a0311fa 100644
--- a/drivers/staging/octeon/ethernet.c
+++ b/drivers/staging/octeon/ethernet.c
@@ -173,7 +173,7 @@ static void cvm_oct_configure_common_hw(void)
 #ifdef __LITTLE_ENDIAN
 	{
 		union cvmx_ipd_ctl_status ipd_ctl_status;
-		
+
 		ipd_ctl_status.u64 = cvmx_read_csr(CVMX_IPD_CTL_STATUS);
 		ipd_ctl_status.s.pkt_lend = 1;
 		ipd_ctl_status.s.wqe_lend = 1;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web