lkml.org 
[lkml]   [2017]   [Dec]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] platform/x86: dell-smbios: Block comments use * on subsequent lines
Date
Resolved Block comments use * on subsequent lines checkpatch warnings.
Issue found by checkpatch.

Signed-off-by: Dhaval Shah <dhaval.shah@softnautics.com>
---
drivers/platform/x86/dell-smbios.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/platform/x86/dell-smbios.c b/drivers/platform/x86/dell-smbios.c
index 6a60db515bda..25a296c90e08 100644
--- a/drivers/platform/x86/dell-smbios.c
+++ b/drivers/platform/x86/dell-smbios.c
@@ -353,7 +353,8 @@ static void __init parse_da_table(const struct dmi_header *dm)
container_of(dm, struct calling_interface_structure, header);

/* 4 bytes of table header, plus 7 bytes of Dell header, plus at least
- 6 bytes of entry */
+ * 6 bytes of entry
+ */

if (dm->length < 17)
return;
--
2.11.0
\
 
 \ /
  Last update: 2017-12-13 09:22    [W:2.000 / U:0.188 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site