linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felix Fietkau <nbd@openwrt.org>
To: linux-wireless <linux-wireless@vger.kernel.org>
Cc: "Luis R. Rodriguez" <lrodriguez@atheros.com>
Subject: [PATCH] compat: fix a typo in pm_qos_update_request for 2.6.35
Date: Fri, 12 Nov 2010 19:47:57 +0100	[thread overview]
Message-ID: <4CDD8BDD.7050903@openwrt.org> (raw)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
---
--- a/include/linux/compat-2.6.36.h
+++ b/include/linux/compat-2.6.36.h
@@ -83,7 +83,7 @@ struct pm_qos_request_list {
     } while (0)
 
 #define pm_qos_update_request(_req, _value)				\
-	pm_qos_update_request((_req)->request, (_value)
+	pm_qos_update_request((_req)->request, (_value))
 
 #define pm_qos_remove_request(_req)					\
 	pm_qos_remove_request((_req)->request)

             reply	other threads:[~2010-11-12 18:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-12 18:47 Felix Fietkau [this message]
2010-11-12 19:16 ` [PATCH] compat: fix a typo in pm_qos_update_request for 2.6.35 Luis R. Rodriguez
2011-01-07 20:42   ` Jason Andryuk
2011-01-07 21:34     ` Luis R. Rodriguez
2011-01-08 18:25       ` Jason Andryuk

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=4CDD8BDD.7050903@openwrt.org \
    --to=nbd@openwrt.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lrodriguez@atheros.com \
    /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;
as well as URLs for NNTP newsgroup(s).