mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Justin P. Mattock" <justinmattock@gmail.com>
To: trivial@kernel.org
Cc: gregkh@suse.de, linux-kernel@vger.kernel.org,
	"Justin P. Mattock" <justinmattock@gmail.com>
Subject: [PATCH] staging: tidspbridge Typo change dload_tramp_pkt_udpate to dload_tramp_pkt_update
Date: Fri, 31 Dec 2010 10:20:55 -0800	[thread overview]
Message-ID: <1293819655-8803-1-git-send-email-justinmattock@gmail.com> (raw)

The patch below changes a typo "dload_tramp_pkt_udpate" to "dload_tramp_pkt_update".
Let me know if this is the correct change for this.
Note:I am unable to compile test this, due to not finding this in my .config
(not sure where this is located)


Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/staging/tidspbridge/dynload/cload.c        |    2 +-
 .../staging/tidspbridge/dynload/dload_internal.h   |    2 +-
 drivers/staging/tidspbridge/dynload/tramp.c        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/tidspbridge/dynload/cload.c b/drivers/staging/tidspbridge/dynload/cload.c
index c85a5e8..3151f3f 100644
--- a/drivers/staging/tidspbridge/dynload/cload.c
+++ b/drivers/staging/tidspbridge/dynload/cload.c
@@ -1102,7 +1102,7 @@ static int relocate_packet(struct dload_state *dlthis,
 	 * trampoline copy of the packet since a 2nd phase relo will be done
 	 * later. */
 	if (*tramps_generated == true) {
-		dload_tramp_pkt_udpate(dlthis,
+		dload_tramp_pkt_update(dlthis,
 				       (dlthis->image_secn -
 					dlthis->ldr_sections),
 				       dlthis->image_offset, ipacket);
diff --git a/drivers/staging/tidspbridge/dynload/dload_internal.h b/drivers/staging/tidspbridge/dynload/dload_internal.h
index 302a7c5..0bc219b 100644
--- a/drivers/staging/tidspbridge/dynload/dload_internal.h
+++ b/drivers/staging/tidspbridge/dynload/dload_internal.h
@@ -333,7 +333,7 @@ int dload_tramp_generate(struct dload_state *dlthis, s16 secnn,
 			 u32 image_offset, struct image_packet_t *ipacket,
 			 struct reloc_record_t *rp);
 
-extern int dload_tramp_pkt_udpate(struct dload_state *dlthis,
+extern int dload_tramp_pkt_update(struct dload_state *dlthis,
 				  s16 secnn, u32 image_offset,
 				  struct image_packet_t *ipacket);
 
diff --git a/drivers/staging/tidspbridge/dynload/tramp.c b/drivers/staging/tidspbridge/dynload/tramp.c
index 60d22ea..0c20400 100644
--- a/drivers/staging/tidspbridge/dynload/tramp.c
+++ b/drivers/staging/tidspbridge/dynload/tramp.c
@@ -1005,7 +1005,7 @@ int dload_tramp_generate(struct dload_state *dlthis, s16 secnn,
  *	  pass relo is done during finalize the image packet can be
  *	  written to the target since all relo is done.
  */
-int dload_tramp_pkt_udpate(struct dload_state *dlthis, s16 secnn,
+int dload_tramp_pkt_update(struct dload_state *dlthis, s16 secnn,
 			   u32 image_offset, struct image_packet_t *ipacket)
 {
 	struct tramp_img_dup_pkt *dup_pkt = NULL;
-- 
1.6.5.2.180.gc5b3e


                 reply	other threads:[~2010-12-31 18:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1293819655-8803-1-git-send-email-justinmattock@gmail.com \
    --to=justinmattock@gmail.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®