From: "Darren Jenkins\\" <darrenrjenkins@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: [KJ][Patch] remove implicit sign bit in l64781.c
Date: Wed, 08 Feb 2006 07:02:03 +0000 [thread overview]
Message-ID: <1139382123.9409.45.camel@localhost.localdomain> (raw)
In-Reply-To: <1139380004.9409.40.camel@localhost.localdomain>
[-- Attachment #1: Type: text/plain, Size: 631 bytes --]
G'day
Below is a patch which removes the implicit sign bit on a single bit
field. The field 'first' is used as a flag to indicate a first attempt
at init. So the patch just converts it to unsigned.
Signed-off-by: Darren Jenkins <darrenrjenkins@gmail.com>
--- linux-2.6.16-rc2/drivers/media/dvb/frontends/l64781.c.orig 2006-02-08 17:51:35.000000000 +1100
+++ linux-2.6.16-rc2/drivers/media/dvb/frontends/l64781.c 2006-02-08 17:53:34.000000000 +1100
@@ -37,7 +37,7 @@ struct l64781_state {
struct dvb_frontend frontend;
/* private demodulator data */
- int first:1;
+ unsigned first:1;
};
#define dprintk(args...) \
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
next prev parent reply other threads:[~2006-02-08 7:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-08 6:26 [KJ][Patch] remove implicit sign bit in msp3400.h Darren Jenkins\
2006-02-08 7:02 ` Darren Jenkins\ [this message]
2006-02-08 7:17 ` [KJ][Patch] remove implicit sign bit in isdnhdlc.h Darren Jenkins\
2006-02-08 15:32 ` [KJ][Patch] remove implicit sign bit in msp3400.h Randy.Dunlap
2006-02-09 12:15 ` Darren Jenkins\
2006-02-18 12:33 ` Alexey Dobriyan
2006-02-19 6:32 ` Darren Jenkins\
2006-02-19 6:58 ` Matthew Wilcox
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=1139382123.9409.45.camel@localhost.localdomain \
--to=darrenrjenkins@gmail.com \
--cc=kernel-janitors@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.