Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1557881 > unrolled thread
| Started by | christopher.lee.bostic@gmail.com |
|---|---|
| First post | 2017-01-12 23:40 +0100 |
| Last post | 2017-01-13 15:30 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[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
| From | christopher.lee.bostic@gmail.com |
|---|---|
| Date | 2017-01-12 23:40 +0100 |
| Subject | [PATCH v2 18/18] insert build break |
| Message-ID | <sYWci-196-21@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-01-13 08:20 +0100 |
| Message-ID | <sZ4jv-6nK-9@gated-at.bofh.it> |
| In reply to | #1557881 |
On Thu, Jan 12, 2017 at 04:37:35PM -0600, christopher.lee.bostic@gmail.com wrote: > From: Chris Bostic <cbostic@us.ibm.com> > > Signed-off-by: Chris Bostic <cbostic@us.ibm.com> I can not accept patches that have no changelog text, and this one is very odd: > --- > 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); > > + Huh? Did something go wrong with your scripts? greg k-h
[toc] | [prev] | [next] | [standalone]
| From | Christopher Bostic <christopher.lee.bostic@gmail.com> |
|---|---|
| Date | 2017-01-13 15:30 +0100 |
| Message-ID | <sZb1D-1X2-7@gated-at.bofh.it> |
| In reply to | #1558067 |
On Fri, Jan 13, 2017 at 1:15 AM, Greg KH <gregkh@linuxfoundation.org> wrote: > On Thu, Jan 12, 2017 at 04:37:35PM -0600, christopher.lee.bostic@gmail.com wrote: >> From: Chris Bostic <cbostic@us.ibm.com> >> >> Signed-off-by: Chris Bostic <cbostic@us.ibm.com> > > I can not accept patches that have no changelog text, and this one is > very odd: > >> --- >> 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); >> >> + > > Huh? > > Did something go wrong with your scripts? Yes, had an error when sending out... Will correct this when I send out version 3 today. Sorry for the confusion. -Chris > > greg k-h
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web