First  |  Prev |  Next  |  Last
Pages: 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598
[PATCH 02/11] arch/m68knommu/kernel/process.c: formatting of pointers in printk()
Use %p instead of %08x in printk(). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- arch/m68knommu/kernel/process.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/m68knommu/kernel/process.c b/arch/m68knommu/kernel/process.c index 6aa6613..1096c0e 100644 --- a/ar... 14 Jul 2010 14:18
[PATCH 08/11] serial: crisv10: formatting of pointers in printk()
Use %p instead of %08x in printk(). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/serial/crisv10.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/serial/crisv10.c b/drivers/serial/crisv10.c index ca47072..1be395a 100644 --- a/drivers/serial/crisv10.c +++... 14 Jul 2010 14:18
Meaning of clk_round_rate()?
What is the meaning of clk_round_rate() in the clk API (include/linux/clk.h)? The function documentation says "adjust a rate to the exact rate a clock can provide". That seems pretty vague. I'm lead to believe that it rounds the rate to the closest rate supported. Is that correct? Is there some sort of error ... 15 Jul 2010 03:24
[PATCH 05/11] tulip: formatting of pointers in printk()
Use %p instead of %08x in printk(). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/net/tulip/tulip_core.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/tulip/tulip_core.c b/drivers/net/tulip/tulip_core.c index 03e96b9..14e5312 100644 --- a/drivers/net... 14 Jul 2010 14:18
[PATCH 01/11] arch/h8300/kernel/traps.c: formatting of pointers in printk()
Use %p instead of %08x in printk(). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- arch/h8300/kernel/traps.c | 4 +++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/h8300/kernel/traps.c b/arch/h8300/kernel/traps.c index 3c0b66b..2c6270f 100644 --- a/arch/h8300/kernel/traps.c... 14 Jul 2010 14:18
[PATCH 04/11] xtavnet/setup.c: formatting of pointers in printk()
Use %p instead of %08x in printk(). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- arch/xtensa/platforms/xtavnet/setup.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/xtensa/platforms/xtavnet/setup.c b/arch/xtensa/platforms/xtavnet/setup.c index 256fcb2..1597dbf 100644... 14 Jul 2010 14:18
[PATCH 11/11] watchdog/hpwdt: formatting of pointers in printk()
Use %p instead of %08x in printk(). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/watchdog/hpwdt.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index dbe650e..2056534 100644 --- a/drivers/watchdog/hpwdt.c +++... 14 Jul 2010 14:18
[PATCH 09/11] staging: msm: formatting of pointers in printk()
Use %p instead of %08x in printk(). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/comedi/drivers/quatech_daqp_cs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/comedi/drivers/quatech_daqp_cs.c b/drivers/staging/comedi/drivers/quatech_daqp_cs... 14 Jul 2010 14:18
[PATCH] scsi: dpt_i2o: fix memory leak
Free allocated memory if adpt_ioctl_to_context() failed. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/scsi/dpt_i2o.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/dpt_i2o.c b/drivers/scsi/dpt_i2o.c index f2d4df1..dd9a43b 100644 --- a/drivers/scsi/d... 14 Jul 2010 14:18
RFC: Network Plugin Architecture (NPA) for vmxnet3
On Wed, 14 Jul 2010, Greg KH wrote: On Mon, Jul 12, 2010 at 08:06:28PM -0700, Shreyas Bhatewara wrote: drivers/net/vmxnet3/vmxnet3_drv.c | 1845 +++++++++++++++++++-------------- Your patch is line-wrapped and can not be applied :( Care to fix your email client? One thing jus... 14 Jul 2010 14:18
First  |  Prev |  Next  |  Last
Pages: 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598