All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: comedi: mite: added spaces around | and *
@ 2016-02-22 23:38 Philippe Loctaux
  2016-02-23  0:37 ` Joe Perches
  2016-02-23 16:48 ` Ian Abbott
  0 siblings, 2 replies; 7+ messages in thread
From: Philippe Loctaux @ 2016-02-22 23:38 UTC (permalink / raw)
  To: gregkh; +Cc: abbotti, hsweeten, devel, linux-kernel, Philippe Loctaux

Added spaces around | and *, fixing 2 checkpatch checks.

Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com>
---
 drivers/staging/comedi/drivers/mite.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/drivers/mite.c b/drivers/staging/comedi/drivers/mite.c
index 8f24702..d5cd4f3 100644
--- a/drivers/staging/comedi/drivers/mite.c
+++ b/drivers/staging/comedi/drivers/mite.c
@@ -51,7 +51,7 @@
 
 #include "mite.h"
 
-#define TOP_OF_PAGE(x) ((x)|(~(PAGE_MASK)))
+#define TOP_OF_PAGE(x) ((x) | (~(PAGE_MASK)))
 
 struct mite_struct *mite_alloc(struct pci_dev *pcidev)
 {
@@ -216,7 +216,7 @@ EXPORT_SYMBOL_GPL(mite_free_ring);
 struct mite_channel *mite_request_channel_in_range(struct mite_struct *mite,
 						   struct
 						   mite_dma_descriptor_ring
-						   *ring, unsigned min_channel,
+						   * ring, unsigned min_channel,
 						   unsigned max_channel)
 {
 	int i;
-- 
2.7.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-02-23 23:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22 23:38 [PATCH] Staging: comedi: mite: added spaces around | and * Philippe Loctaux
2016-02-23  0:37 ` Joe Perches
2016-02-23 11:07   ` Ian Abbott
2016-02-23 12:38     ` Philippe Loctaux
2016-02-23 16:39       ` Ian Abbott
2016-02-23 16:48 ` Ian Abbott
2016-02-23 21:47   ` Philippe Loctaux

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.