linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Minor cleanups
@ 2011-07-07 18:17 Tracey Dent
  2011-07-07 18:17 ` [PATCH 1/2] Altera-stapl: Clean up makefile (-y instead of -objs) Tracey Dent
  2011-07-07 18:17 ` [PATCH 2/2] Ath6kl: TODO: Fix spelling :) Tracey Dent
  0 siblings, 2 replies; 4+ messages in thread
From: Tracey Dent @ 2011-07-07 18:17 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel, gregkh, Tracey Dent

I changed a Makefile to stop using a deprecated build flag
and fixed a spelling error.

Tracey Dent (2):
  Altera-stapl: Clean up makefile (-y instead of -objs)
  Ath6kl: TODO: Fix spelling :)

 drivers/staging/altera-stapl/Makefile |    2 +-
 drivers/staging/ath6kl/TODO           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.6.131.g99019


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

* [PATCH 1/2] Altera-stapl: Clean up makefile (-y instead of -objs)
  2011-07-07 18:17 [PATCH 0/2] Minor cleanups Tracey Dent
@ 2011-07-07 18:17 ` Tracey Dent
  2011-07-07 18:17 ` [PATCH 2/2] Ath6kl: TODO: Fix spelling :) Tracey Dent
  1 sibling, 0 replies; 4+ messages in thread
From: Tracey Dent @ 2011-07-07 18:17 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel, gregkh, Tracey Dent

Changed Makefile to use <modules>-y instead of <modules>-objs
because -objs is deprecated.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
---
 drivers/staging/altera-stapl/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/altera-stapl/Makefile b/drivers/staging/altera-stapl/Makefile
index 055f61ee..ddeede3 100644
--- a/drivers/staging/altera-stapl/Makefile
+++ b/drivers/staging/altera-stapl/Makefile
@@ -1,3 +1,3 @@
-altera-stapl-objs = altera-lpt.o altera-jtag.o altera-comp.o altera.o
+altera-stapl-y := altera-lpt.o altera-jtag.o altera-comp.o altera.o
 
 obj-$(CONFIG_ALTERA_STAPL) += altera-stapl.o
-- 
1.7.6.131.g99019


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

* [PATCH 2/2] Ath6kl: TODO: Fix spelling :)
  2011-07-07 18:17 [PATCH 0/2] Minor cleanups Tracey Dent
  2011-07-07 18:17 ` [PATCH 1/2] Altera-stapl: Clean up makefile (-y instead of -objs) Tracey Dent
@ 2011-07-07 18:17 ` Tracey Dent
  1 sibling, 0 replies; 4+ messages in thread
From: Tracey Dent @ 2011-07-07 18:17 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel, gregkh, Tracey Dent

Change the word editign to editing

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
---
 drivers/staging/ath6kl/TODO |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/ath6kl/TODO b/drivers/staging/ath6kl/TODO
index 019df4b..7be4b46 100644
--- a/drivers/staging/ath6kl/TODO
+++ b/drivers/staging/ath6kl/TODO
@@ -1,7 +1,7 @@
 TODO:
 
 We are working hard on cleaning up the driver. There's sooooooooo much todo
-so instead of editign this file please use the wiki:
+so instead of editing this file please use the wiki:
 
 http://wireless.kernel.org/en/users/Drivers/ath6kl
 
-- 
1.7.6.131.g99019


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

* [PATCH 2/2] Ath6kl: TODO: Fix spelling :)
@ 2011-07-07 17:57 Tracey Dent
  0 siblings, 0 replies; 4+ messages in thread
From: Tracey Dent @ 2011-07-07 17:57 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel

Change the word editign to editing

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
---
 drivers/staging/ath6kl/TODO |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/ath6kl/TODO b/drivers/staging/ath6kl/TODO
index 019df4b..7be4b46 100644
--- a/drivers/staging/ath6kl/TODO
+++ b/drivers/staging/ath6kl/TODO
@@ -1,7 +1,7 @@
 TODO:
 
 We are working hard on cleaning up the driver. There's sooooooooo much todo
-so instead of editign this file please use the wiki:
+so instead of editing this file please use the wiki:
 
 http://wireless.kernel.org/en/users/Drivers/ath6kl
 
-- 
1.7.6.131.g99019


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

end of thread, other threads:[~2011-07-07 18:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-07 18:17 [PATCH 0/2] Minor cleanups Tracey Dent
2011-07-07 18:17 ` [PATCH 1/2] Altera-stapl: Clean up makefile (-y instead of -objs) Tracey Dent
2011-07-07 18:17 ` [PATCH 2/2] Ath6kl: TODO: Fix spelling :) Tracey Dent
  -- strict thread matches above, loose matches on Subject: below --
2011-07-07 17:57 Tracey Dent

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).