Re: [PATCH 1/2] Staging: comedi: cb_pcidas: fixed a spelling mistake coding style issue

2018-12-17 Thread Greg KH
On Sun, Dec 16, 2018 at 08:57:25AM -0800, Amir Mahdi Ghorbanian wrote:
> Fixed a coding style issue.
> 
> Signed-off-by: Amir Mahdi Ghorbanian 
> ---
>  drivers/staging/comedi/drivers/cb_pcidas.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

You already sent this patch, right?

What changed from the previous one?

confused,

greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH 1/2] Staging: comedi: cb_pcidas: fixed a spelling mistake coding style issue

2018-12-16 Thread Amir Mahdi Ghorbanian
Fixed a coding style issue.

Signed-off-by: Amir Mahdi Ghorbanian 
---
 drivers/staging/comedi/drivers/cb_pcidas.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/cb_pcidas.c 
b/drivers/staging/comedi/drivers/cb_pcidas.c
index 8429d57..02ae00c 100644
--- a/drivers/staging/comedi/drivers/cb_pcidas.c
+++ b/drivers/staging/comedi/drivers/cb_pcidas.c
@@ -116,7 +116,7 @@
 #define PCIDAS_TRIG_SEL_ANALOG PCIDAS_TRIG_SEL(3) /* ext. analog trigger */
 #define PCIDAS_TRIG_SEL_MASK   PCIDAS_TRIG_SEL(3) /* start trigger mask */
 #define PCIDAS_TRIG_POLBIT(2)  /* invert trigger (1602 only) */
-#define PCIDAS_TRIG_MODE   BIT(3)  /* edge/level trigerred (1602 only) */
+#define PCIDAS_TRIG_MODE   BIT(3)  /* edge/level triggered (1602 only) */
 #define PCIDAS_TRIG_EN BIT(4)  /* enable external start trigger */
 #define PCIDAS_TRIG_BURSTE BIT(5)  /* burst mode enable */
 #define PCIDAS_TRIG_CLRBIT(7)  /* clear external trigger */
-- 
2.7.4

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel