lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 19 Oct 2012 22:58:58 +0900
From:	Sangho Yi <antiroot@...il.com>
To:	prakity@...dia.com, aaron.lu@....com, linus.walleij@...aro.org,
	paul.gortmaker@...driver.com, chuanxiao.dong@...el.com,
	cjb@...top.org
Cc:	linux-kernel@...r.kernel.org, linux-mmc@...r.kernel.org,
	Sangho Yi <antiroot@...il.com>
Subject: [PATCH 2/2] mmc: core: bus.c: re-aligned the line over 80 chars

I made a correction on a line which has > 80 characters
also, aligned the consecutive line to meet the --strict rule.

Signed-off-by: Sangho Yi <antiroot@...il.com>
---
 drivers/mmc/core/bus.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mmc/core/bus.c b/drivers/mmc/core/bus.c
index 420cb67..66bac9f 100644
--- a/drivers/mmc/core/bus.c
+++ b/drivers/mmc/core/bus.c
@@ -269,8 +269,8 @@ int mmc_add_card(struct mmc_card *card)
 		[UHS_DDR50_BUS_SPEED] = "DDR50 ",
 	};
 
-
-	dev_set_name(&card->dev, "%s:%04x", mmc_hostname(card->host), card->rca);
+	dev_set_name(&card->dev, "%s:%04x", mmc_hostname(card->host),
+		     card->rca);
 
 	switch (card->type) {
 	case MMC_TYPE_MMC:
-- 
1.7.9.5

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ