linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] ehca: correction include order according kernel coding style
@ 2007-07-27 10:55 Hoang-Nam Nguyen
  2007-07-29  3:39 ` Roland Dreier
  0 siblings, 1 reply; 2+ messages in thread
From: Hoang-Nam Nguyen @ 2007-07-27 10:55 UTC (permalink / raw)
  To: Roland Dreier, linux-kernel, linuxppc-dev, general; +Cc: raisch, stefan.roscher

=46rom a2794450cbee597cefd7b6e159257583c459d358 Mon Sep 17 00:00:00 2001
=46rom: Hoang-Nam Nguyen <hnguyen at de.ibm.com>
Date: Fri, 27 Jul 2007 10:26:40 +0200
Subject: [PATCH] correction include order according kernel coding style

Signed-off-by: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
=2D--
 drivers/infiniband/hw/ehca/ehca_mrmw.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/infiniband/hw/ehca/ehca_mrmw.c b/drivers/infiniband/hw=
/ehca/ehca_mrmw.c
index 773ac3f..1180b65 100644
=2D-- a/drivers/infiniband/hw/ehca/ehca_mrmw.c
+++ b/drivers/infiniband/hw/ehca/ehca_mrmw.c
@@ -40,9 +40,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
=20
=2D#include <rdma/ib_umem.h>
=2D
 #include <asm/current.h>
+#include <rdma/ib_umem.h>
=20
 #include "ehca_iverbs.h"
 #include "ehca_mrmw.h"
=2D-=20
1.5.2

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

* Re: [PATCH 2/2] ehca: correction include order according kernel coding style
  2007-07-27 10:55 [PATCH 2/2] ehca: correction include order according kernel coding style Hoang-Nam Nguyen
@ 2007-07-29  3:39 ` Roland Dreier
  0 siblings, 0 replies; 2+ messages in thread
From: Roland Dreier @ 2007-07-29  3:39 UTC (permalink / raw)
  To: Hoang-Nam Nguyen
  Cc: linuxppc-dev, raisch, stefan.roscher, linux-kernel, general

thanks, I applied this by hand since it was so trivial.

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

end of thread, other threads:[~2007-07-29  3:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-27 10:55 [PATCH 2/2] ehca: correction include order according kernel coding style Hoang-Nam Nguyen
2007-07-29  3:39 ` Roland Dreier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).