From: Jos Hulzink <josh@stack.nl>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.5.44: include/linux/pnp.h typo
Date: Tue, 29 Oct 2002 11:30:49 +0100 [thread overview]
Message-ID: <200210291130.49755.josh@stack.nl> (raw)
Hi,
Please find below a very trivial patch. C compilers prefer { } above { ).
Jos
--- include/linux/pnp-old.h 2002-10-29 11:18:10.000000000 +0100
+++ include/linux/pnp.h 2002-10-29 11:18:29.000000000 +0100
@@ -245,7 +245,7 @@
/* just in case anyone decides to call these without PnP Support Enabled */
static inline int pnp_protocol_register(struct pnp_protocol *protocol) {
return -ENODEV; }
-static inline void pnp_protocol_unregister(struct pnp_protocol *protocol) { ;
)
+static inline void pnp_protocol_unregister(struct pnp_protocol *protocol) { ;
}
static inline int pnp_init_device(struct pnp_dev *dev) { return -ENODEV; }
static inline int pnp_add_device(struct pnp_dev *dev) { return -ENODEV; }
static inline void pnp_remove_device(struct pnp_dev *dev) { ; }
reply other threads:[~2002-10-29 10:24 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=200210291130.49755.josh@stack.nl \
--to=josh@stack.nl \
--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
Powered by JetHome