* [Outreachy kernel][PATCH v3] staging:comedi:comedi_pci.h Prefer a maximum 75 chars per line
@ 2018-10-06 13:28 Bhanusree Pola
0 siblings, 0 replies; 2+ messages in thread
From: Bhanusree Pola @ 2018-10-06 13:28 UTC (permalink / raw)
To: outreachy-kernel; +Cc: bhanusreemahesh, gregkh
Adjust all lines exceeding 75 chars per line to fix checkpatch warning.
Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com>
---
changes in v3:
-Comment section of module_pci_driver() exceeds 75 characters.
Adjust the chars to 75 per line
-Modified log message.
-Added change log.
changes in v2:
-comedi_pci_auto_config() function prototype is exceeds
75 characters per line. Adjust to 75 chars to improve
readability and also adjust the arguments to match open
parantheses.
-Comment section of module_comedi_pci_driver() exceeds 75
characters. Modified contents to adjust 75 chars per line.
drivers/staging/comedi/comedi_pci.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/comedi_pci.h b/drivers/staging/comedi/comedi_pci.h
index d89273e43cea..1cc5436cb415 100644
--- a/drivers/staging/comedi/comedi_pci.h
+++ b/drivers/staging/comedi/comedi_pci.h
@@ -42,7 +42,8 @@ void comedi_pci_driver_unregister(struct comedi_driver *comedi_driver,
struct pci_driver *pci_driver);
/**
- * module_comedi_pci_driver()-Helper macro to register a comedi PCI driver
+ * module_comedi_pci_driver()-Helper macro for registering a comedi PCI
+ * driver
* @__comedi_driver: comedi_driver struct
* @__pci_driver: pci_driver struct
*
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Outreachy Kernel][PATCH v3] staging:comedi:comedi_pci.h Prefer a maximum 75 chars per line
@ 2018-10-06 13:57 Bhanusree Pola
0 siblings, 0 replies; 2+ messages in thread
From: Bhanusree Pola @ 2018-10-06 13:57 UTC (permalink / raw)
To: outreachy-kernel; +Cc: gregkh
Adjust all lines exceeding 75 chars per line to fix checkpatch warning.
Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com>
---
changes in v4:
-Remove Whitespace in comment section of module_comedi_pci_driver()
to fix checkpatch Error.
changes in v3:
-Comment section of module_pci_driver() exceeds 75 characters.
Adjust the chars to 75 per line
-Modified log message.
-Added change log.
changes in v2:
-comedi_pci_auto_config() function prototype is exceeds
75 characters per line. Adjust to 75 chars to improve
readability and also adjust the arguments to match open
parantheses.
-Comment section of module_comedi_pci_driver() exceeds 75
characters. Modified contents to adjust 75 chars per line.
drivers/staging/comedi/comedi_pci.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/comedi_pci.h b/drivers/staging/comedi/comedi_pci.h
index 1cc5436cb415..7291d3c0b7dc 100644
--- a/drivers/staging/comedi/comedi_pci.h
+++ b/drivers/staging/comedi/comedi_pci.h
@@ -42,7 +42,7 @@ void comedi_pci_driver_unregister(struct comedi_driver *comedi_driver,
struct pci_driver *pci_driver);
/**
- * module_comedi_pci_driver()-Helper macro for registering a comedi PCI
+ * module_comedi_pci_driver()-Helper macro for registering a comedi PCI
* driver
* @__comedi_driver: comedi_driver struct
* @__pci_driver: pci_driver struct
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-06 13:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-06 13:28 [Outreachy kernel][PATCH v3] staging:comedi:comedi_pci.h Prefer a maximum 75 chars per line Bhanusree Pola
-- strict thread matches above, loose matches on Subject: below --
2018-10-06 13:57 [Outreachy Kernel][PATCH " Bhanusree Pola
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.