Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1356387 > unrolled thread
| Started by | YU Bo <tsu.yubo@gmail.com> |
|---|---|
| First post | 2016-03-12 11:20 +0100 |
| Last post | 2016-03-12 11:20 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] staging: xgifb: Fix comment style YU Bo <tsu.yubo@gmail.com> - 2016-03-12 11:20 +0100
| From | YU Bo <tsu.yubo@gmail.com> |
|---|---|
| Date | 2016-03-12 11:20 +0100 |
| Subject | [PATCH] staging: xgifb: Fix comment style |
| Message-ID | <rbOOl-4pF-1@gated-at.bofh.it> |
Fix comments to use * on subsequent lines.
Signed-off-by: YU BO <tsu.yubo@gmail.com>
---
drivers/staging/xgifb/vb_init.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c
index 26b539bc6faf..c7f02c7db4a2 100644
--- a/drivers/staging/xgifb/vb_init.c
+++ b/drivers/staging/xgifb/vb_init.c
@@ -699,11 +699,11 @@ static void XGINew_CheckChannel(struct xgi_hw_device_info *HwDeviceExtension,
break;
case XG42:
/*
- XG42 SR14 D[3] Reserve
- D[2] = 1, Dual Channel
- = 0, Single Channel
-
- It's Different from Other XG40 Series.
+ * XG42 SR14 D[3] Reserve
+ * D[2] = 1, Dual Channel
+ * = 0, Single Channel
+ *
+ * It's Different from Other XG40 Series.
*/
if (XGINew_CheckFrequence(pVBInfo) == 1) { /* DDRII, DDR2x */
pVBInfo->ram_bus = 32; /* 32 bits */
--
1.7.10.4
Back to top | Article view | linux.kernel
csiph-web