Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1557881

[PATCH v2 18/18] insert build break

From christopher.lee.bostic@gmail.com
Newsgroups linux.kernel
Subject [PATCH v2 18/18] insert build break
Date 2017-01-12 23:40 +0100
Message-ID <sYWci-196-21@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Chris Bostic <cbostic@us.ibm.com>

Signed-off-by: Chris Bostic <cbostic@us.ibm.com>
---
 drivers/fsi/fsi-core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/fsi/fsi-core.c b/drivers/fsi/fsi-core.c
index 28b82d1..db09836 100644
--- a/drivers/fsi/fsi-core.c
+++ b/drivers/fsi/fsi-core.c
@@ -42,6 +42,7 @@
 
 static DEFINE_IDA(master_ida);
 
+
 struct fsi_slave {
 	struct device		dev;
 	struct fsi_master	*master;
-- 
1.8.2.2

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 18/18] insert build break christopher.lee.bostic@gmail.com - 2017-01-12 23:40 +0100
  Re: [PATCH v2 18/18] insert build break Greg KH <gregkh@linuxfoundation.org> - 2017-01-13 08:20 +0100
    Re: [PATCH v2 18/18] insert build break Christopher Bostic <christopher.lee.bostic@gmail.com> - 2017-01-13 15:30 +0100

csiph-web