All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Patch 2 should fail incremental build
@ 2022-06-06 21:32 James Prestwood
  2022-06-06 21:32 ` [PATCH 1/3] station: should still build James Prestwood
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: James Prestwood @ 2022-06-06 21:32 UTC (permalink / raw)
  To: iwd; +Cc: James Prestwood

Also testing cover letters

James Prestwood (3):
  station: should still build
  station: this should break
  station: fix the build

 src/station.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.34.1


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

* [PATCH 1/3] station: should still build
  2022-06-06 21:32 [PATCH 0/3] Patch 2 should fail incremental build James Prestwood
@ 2022-06-06 21:32 ` James Prestwood
  2022-06-06 21:32 ` [PATCH 2/3] station: this should break James Prestwood
  2022-06-06 21:32 ` [PATCH 3/3] station: fix the build James Prestwood
  2 siblings, 0 replies; 4+ messages in thread
From: James Prestwood @ 2022-06-06 21:32 UTC (permalink / raw)
  To: iwd; +Cc: James Prestwood

---
 src/station.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/station.c b/src/station.c
index 7c88f266..0fbc76f7 100644
--- a/src/station.c
+++ b/src/station.c
@@ -20,6 +20,8 @@
  *
  */
 
+//add a comment
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
-- 
2.34.1


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

* [PATCH 2/3] station: this should break
  2022-06-06 21:32 [PATCH 0/3] Patch 2 should fail incremental build James Prestwood
  2022-06-06 21:32 ` [PATCH 1/3] station: should still build James Prestwood
@ 2022-06-06 21:32 ` James Prestwood
  2022-06-06 21:32 ` [PATCH 3/3] station: fix the build James Prestwood
  2 siblings, 0 replies; 4+ messages in thread
From: James Prestwood @ 2022-06-06 21:32 UTC (permalink / raw)
  To: iwd; +Cc: James Prestwood

---
 src/station.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/station.c b/src/station.c
index 0fbc76f7..f9978c4a 100644
--- a/src/station.c
+++ b/src/station.c
@@ -123,7 +123,8 @@ struct station {
 	bool autoconnect_can_start : 1;
 };
 
-struct anqp_entry {
+// break the build
+truct anqp_entry {
 	struct station *station;
 	struct network *network;
 	uint32_t pending;
-- 
2.34.1


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

* [PATCH 3/3] station: fix the build
  2022-06-06 21:32 [PATCH 0/3] Patch 2 should fail incremental build James Prestwood
  2022-06-06 21:32 ` [PATCH 1/3] station: should still build James Prestwood
  2022-06-06 21:32 ` [PATCH 2/3] station: this should break James Prestwood
@ 2022-06-06 21:32 ` James Prestwood
  2 siblings, 0 replies; 4+ messages in thread
From: James Prestwood @ 2022-06-06 21:32 UTC (permalink / raw)
  To: iwd; +Cc: James Prestwood

---
 src/station.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/station.c b/src/station.c
index f9978c4a..f52d2fde 100644
--- a/src/station.c
+++ b/src/station.c
@@ -123,8 +123,8 @@ struct station {
 	bool autoconnect_can_start : 1;
 };
 
-// break the build
-truct anqp_entry {
+// fix the build
+struct anqp_entry {
 	struct station *station;
 	struct network *network;
 	uint32_t pending;
-- 
2.34.1


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

end of thread, other threads:[~2022-06-06 21:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-06 21:32 [PATCH 0/3] Patch 2 should fail incremental build James Prestwood
2022-06-06 21:32 ` [PATCH 1/3] station: should still build James Prestwood
2022-06-06 21:32 ` [PATCH 2/3] station: this should break James Prestwood
2022-06-06 21:32 ` [PATCH 3/3] station: fix the build James Prestwood

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.