mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: André Dahlqvist <anedah-9@sm.luth.se>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Fix typo in linux/include/asm-ppc/semaphore.h
Date: Tue, 6 Feb 2001 14:55:30 +0100	[thread overview]
Message-ID: <20010206145530.A3245@sm.luth.se> (raw)

Below is a patch for a typo that I found while doing some grepping.
The patch is against 2.4.1-ac3.

--- linux-2.4.1-ac3/include/asm-ppc/semaphore.h~	Tue Feb  6 14:50:41 2001
+++ linux-2.4.1-ac3/include/asm-ppc/semaphore.h	Tue Feb  6 14:50:45 2001
@@ -132,7 +132,7 @@
 
 #define DECLARE_RWSEM(name) __DECLARE_RWSEM_GENERIC(name, 0, 0)
 #define DECLARE_RWSEM_READ_LOCKED(name) __DECLARE_RWSEM_GENERIC(name, 1, 0)
-#define DECLAER_RWSEM_WRITE_LOCKED(name) __DECLARE_RWSEM_GENERIC(name, 0, 1)
+#define DECLARE_RWSEM_WRITE_LOCKED(name) __DECLARE_RWSEM_GENERIC(name, 0, 1)
 
 extern inline void init_rwsem(struct rw_semaphore *sem)
 {
-- 

André Dahlqvist <anedah-9@sm.luth.se>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

                 reply	other threads:[~2001-02-06 16:36 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=20010206145530.A3245@sm.luth.se \
    --to=anedah-9@sm.luth.se \
    --cc=linux-kernel@vger.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®