[PATCH] Power: fix brace coding style issue in pda_power.c This is a patch to the pda_power.c file that fixes up a brace warning found by the checkpatch.pl tool Signed-off-by: Niels Egberts <niels.egberts@gmail.com>
--- drivers/power/pda_power.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/power/pda_power.c b/drivers/power/pda_power.c index a232de6..9d7f091 100644 --- a/drivers/power/pda_power.c +++ b/drivers/power/pda_power.c @@ -305,9 +305,9 @@ static int pda_power_probe(struct pla... 6 Mar 2010 19:35
[git patches] parisc fixes for v2.6.34
Hi Linus, just a small parisc update for .34 as I've not had a chance to fix up the new regset and tracehook stuff yet. All of this code has been baking in -next since last release (except the latest trivial ratelimit fix) and has been freshly rebased since jejb's XFS coherence fix was merged seperately. Teste... 6 Mar 2010 19:35
parisc fixes for v2.6.34
On Sat, Mar 06, 2010 at 11:20:35PM +0000, Kyle McMartin wrote: /pub/scm/linux/kernel/git/kyle/parisc-2.6.git for-linus Ugh, sorry, I meant of course: master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git for-linus My bad for forgetting to edit that. regards, Kyle -- To unsubscribe from ... 6 Mar 2010 19:35
parisc: Convert parisc to use read/update_persistent_clock
On Sat, Mar 06, 2010 at 11:40:30PM +0100, Helge Deller wrote: Works nicely. Thanks, John. Acked-by: Helge Deller <deller(a)gmx.de> Thanks Helge, added your annotation. regards, Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@... 6 Mar 2010 18:29
parisc: Convert parisc to use read/update_persistent_clock
On 03/04/2010 04:57 AM, John Stultz wrote: This patch converts the parisc architecture to use the generic read_persistent_clock and update_persistent_clock interfaces, reducing the amount of arch specific code we have to maintain, and allowing for further cleanups in the future. I have not built or tested this... 6 Mar 2010 18:29
[PATCH] scripts/checkpatch.pl: Change long line warning to 105 chars
Made the length test a variable for easier bike shedding. Also add --strict tests for longer than 80 chars and more than 6 leading tabs Signed-off-by: Joe Perches <joe(a)perches.com> --- scripts/checkpatch.pl | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 deletions(-) diff --git a/scr... 6 Mar 2010 17:23
[Q] How to tell we're using the KMS (during suspend/resume) outside the graphics driver
Hi, For at least two reasons it would be beneficial for some code outisde the graphics driver(s) to know if the KMS are used. First, in the non-KMS (ie. UMS) case we probably wouldn't want to call acpi_video_resume(), because that has a potential to mess up with the GPU (it actually is known to do that on at l... 6 Mar 2010 17:23
Please pull logfs tree
Hi Linus, in principle this should be a simple pull request. But as Stephen noted, the logfs tree conflicts with a patch from hch and I am unsure how best to proceed. On Mon, 1 March 2010 16:04:45 +1100, Stephen Rothwell wrote: I am carrying a few merge fixup patches in linux-next that I thought you ... 6 Mar 2010 17:23
Please pull logfs tree
On Sat, 6 Mar 2010, J�rn Engel wrote: 1) pull git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs.git and apply the patch at the bottom yourself. Not quite - it needs to be applied while merging, rather than applied separately. It's a conflict, even though it's not a data-conflict, but a sema... 6 Mar 2010 17:23
[PATCH] dm: max_segments=1 if merge_bvec_fn is not supported
If the lower device exposes a merge_bvec_fn, dm_set_device_limits() restricts max_sectors to PAGE_SIZE "just to be safe". This is not sufficient, however. If someone uses bio_add_page() to add 8 disjunct 512 byte partial pages to a bio, it would succeed, but could still cross a border of whatever restrictions... 6 Mar 2010 17:23