Do you need an Investment Loan Or Company Loan ?If yes,reply us with, Loan
Amount: Loan Duration: Country: Mobile No: for more Details
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverde
Units can be passed to lprocfs_write_frac_u64_helper() via a suffix
(e.g., "...K", "...M", etc.) tacked onto the value. A comment states
that "specified units override the multiplier," though the multiplier is
overridden regardless. Update the conditional logic so that it only
applies when units
Removed "drivers" from the subject. I saw examples of this in the
commit log but have since realized this is not preferred.
v3:
Added Andreas as reviewer (thanks!)
v2:
Added a second patch to address Dan Carpenter's concern with the
complexity of passing the sign through `mult'. Compile teste
The `mult' parameter is negated if the user data begins with a '-' so
that the final value has the appropriate sign. But `mult' is only used
if the user data does not include a "units" suffix. In this case,
`mult' is overridden with the numeric scale conveyed by the units suffix,
but retains the
This patch fixes the checkpatch.pl warning:
WARNING: Single statement macros should not use a do {} while (0) loop
I remove do while from the single statement macro.
Signed-off-by: Shirish Gajera
---
drivers/staging/skein/skein_block.c | 31 +--
1 file changed, 9 in
This is a bungle please disregard it.
I will send it again with a 'ret' variable if that's okay (one that
has been properly proofed and compiles).
My apologies. Sorry for completely wasting your time by not
checking properly.
On 01/12/2015 08:30 AM, Malcolm Priestley wrote:
>
>
> On 11/01/15 16:
Fixed typo in a variable name in dpc.h file.
Signed-off-by: Gustavo A. R. Silva
---
drivers/staging/vt6656/dpc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/vt6656/dpc.h b/drivers/staging/vt6656/dpc.h
index fab195f..95e0e83 100644
--- a/drivers/staging/vt6
Fixed typo in a macro name in card.c and device.h files.
Signed-off-by: Gustavo A. R. Silva
---
drivers/staging/vt6656/card.c | 2 +-
drivers/staging/vt6656/device.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/vt6656/card.c b/drivers/staging/vt6656/ca
Fixed a typo in mac.c file.
Signed-off-by: Gustavo A. R. Silva
---
drivers/staging/vt6655/mac.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/vt6655/mac.c b/drivers/staging/vt6655/mac.c
index 8f0d652..1975c91 100644
--- a/drivers/staging/vt6655/mac.c
+++
Fixed a typo in olpc_dcon_xo_1.c file.
Signed-off-by: Gustavo A. R. Silva
---
drivers/staging/olpc_dcon/olpc_dcon_xo_1.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
b/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
index 77e8eb5..0c5
Fixed a typo in octeon-hcd.c file
Signed-off-by: Gustavo A. R. Silva
---
drivers/staging/octeon-usb/octeon-hcd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/octeon-usb/octeon-hcd.c
b/drivers/staging/octeon-usb/octeon-hcd.c
index 6b8b108..1daeb31 100644
--
Fixed a typo in nvec.c file
Signed-off-by: Gustavo A. R. Silva
---
drivers/staging/nvec/nvec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c
index 093535c..2637059 100644
--- a/drivers/staging/nvec/nvec.c
+++ b/drive
Fixed a typo in kcomedilib_main.c file.
Signed-off-by: Gustavo A. R. Silva
---
drivers/staging/comedi/kcomedilib/kcomedilib_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/kcomedilib/kcomedilib_main.c
b/drivers/staging/comedi/kcomedilib/kcomedil
Fixed a typo in ethernet.c file.
Signed-off-by: Gustavo A. R. Silva
---
drivers/staging/octeon/ethernet.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/octeon/ethernet.c
b/drivers/staging/octeon/ethernet.c
index ee32149..460e854 100644
--- a/drivers/staging
On Sun, Jan 11, 2015 at 03:33:01PM -0600, Gustavo A. R. Silva wrote:
>
>
> 2015-01-11 15:27 GMT-06:00 Greg KH :
>
> On Sun, Jan 11, 2015 at 03:12:15PM -0600, Gustavo A. R. Silva wrote:
> > Fixed a typo in nvec.c file
> >
> > Signed-off-by: Gustavo A. R. Silva
> > ---
> >
On Sun 2015-01-11 21:58:00, Konrad Zapalowicz wrote:
> On 01/11, Pavel Machek wrote:
> > On Sun 2015-01-11 17:24:26, Konrad Zapalowicz wrote:
> > > On 01/11, atull wrote:
> > > > On Sat, 10 Jan 2015, Konrad Zapalowicz wrote:
> > > >
> > > > > On 01/06, at...@opensource.altera.com wrote:
> > > > >
On 11/01/15 16:42, Joe Perches wrote:
On Mon, 2015-01-12 at 03:19 +1100, Emrys Bayliss wrote:
This patch fixes the following checkpatch.pl error:
rxtx.c:588: WARNING: else is not generally useful after a break or return
Signed-off-by: Emrys Bayliss
---
drivers/staging/vt6656/rxtx.c | 6 +--
On Sun, Jan 11, 2015 at 03:23:06PM -0600, Gustavo A. R. Silva wrote:
> Fixed a typo in octeon-hcd.c file
>
> Signed-off-by: Gustavo A. R. Silva
> ---
> drivers/staging/octeon-usb/octeon-hcd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Where are patches 1/4, 2/4, and 3/4?
__
On Sun, Jan 11, 2015 at 03:12:15PM -0600, Gustavo A. R. Silva wrote:
> Fixed a typo in nvec.c file
>
> Signed-off-by: Gustavo A. R. Silva
> ---
> drivers/staging/nvec/nvec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Where are patches 1/3 and 2/3?
__
Fixed a typo in octeon-hcd.c file
Signed-off-by: Gustavo A. R. Silva
---
drivers/staging/octeon-usb/octeon-hcd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/octeon-usb/octeon-hcd.c
b/drivers/staging/octeon-usb/octeon-hcd.c
index 6b8b108..1daeb31 100644
--
Fixed a typo in nvec.c file
Signed-off-by: Gustavo A. R. Silva
---
drivers/staging/nvec/nvec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c
index 093535c..2637059 100644
--- a/drivers/staging/nvec/nvec.c
+++ b/drive
> At Fri, 9 Jan 2015 23:35:46 -0600,
> Chris Rorvick wrote:
>>
>> I have a TonePort UX2 that I've used for testing, meaning that some of
>> this is really only compile-tested.
>
> If anyone is responsible for testing with real hardware, I'll happily
> review.
To be clear, the TonePort UX2 is real
On 01/11, Pavel Machek wrote:
> On Sun 2015-01-11 17:24:26, Konrad Zapalowicz wrote:
> > On 01/11, atull wrote:
> > > On Sat, 10 Jan 2015, Konrad Zapalowicz wrote:
> > >
> > > > On 01/06, at...@opensource.altera.com wrote:
> > > > > From: Alan Tull
> > > >
> > > > Alan, there is something wrong
Fixed a typo in kcomedilib_main.c file.
Signed-off-by: Gustavo A. R. Silva
---
drivers/staging/comedi/kcomedilib/kcomedilib_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/kcomedilib/kcomedilib_main.c
b/drivers/staging/comedi/kcomedilib/kcomedil
The virtpci bus driver still uses the legacy suspend/resume callbacks. In
their current implementation these callbacks only contain a macro that
always expands to 'do { } while(0)'. So instead of converting them to dev PM
ops just remove them.
Signed-off-by: Lars-Peter Clausen
---
drivers/stagin
On Sun 2015-01-11 17:24:26, Konrad Zapalowicz wrote:
> On 01/11, atull wrote:
> > On Sat, 10 Jan 2015, Konrad Zapalowicz wrote:
> >
> > > On 01/06, at...@opensource.altera.com wrote:
> > > > From: Alan Tull
> > >
> > > Alan, there is something wrong with your email client configuration
> > > and
This patch fixes the following checkpatch.pl error in libcfs_string.c:
ERROR: spaces required around that '='
Signed-off-by: Nickolaus Woodruff
---
drivers/staging/lustre/lustre/libcfs/libcfs_string.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/lustre/lus
On Sun, 2015-01-11 at 08:57 -0800, Greg Kroah-Hartman wrote:
> It will need to be done to get the code merged out of staging, so it
> better happen...
Maybe the unisys folk will do something in the
order you want. Good luck.
___
devel mailing list
de.
On Sat, Jan 10, 2015 at 09:32:33PM -0800, Joe Perches wrote:
> On Sat, 2015-01-10 at 21:24 -0800, Greg Kroah-Hartman wrote:
> > On Sat, Jan 10, 2015 at 08:55:21PM -0800, Joe Perches wrote:
> > > On Sat, 2015-01-10 at 20:13 -0800, Greg Kroah-Hartman wrote:
> > > > On Sat, Jan 10, 2015 at 07:09:02PM
On Mon, 2015-01-12 at 03:19 +1100, Emrys Bayliss wrote:
> This patch fixes the following checkpatch.pl error:
> rxtx.c:588: WARNING: else is not generally useful after a break or return
>
> Signed-off-by: Emrys Bayliss
> ---
> drivers/staging/vt6656/rxtx.c | 6 +-
> 1 file changed, 1 inserti
This patch fixes the following checkpatch.pl error:
rxtx.c:588: WARNING: else is not generally useful after a break or return
Signed-off-by: Emrys Bayliss
---
drivers/staging/vt6656/rxtx.c | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/drivers/staging/vt6656/rxtx.c b/dr
On Sat, 10 Jan 2015, Pavel Machek wrote:
> On Sat 2015-01-10 10:10:51, Pantelis Antoniou wrote:
> > Hi Pavel,
> >
> > > On Jan 9, 2015, at 22:56 , Pavel Machek wrote:
> > >
> > > On Fri 2015-01-09 13:14:24, atull wrote:
> > >> On Wed, 7 Jan 2015, Pavel Machek wrote:
> > >>
> > >>> On Tue 2015-
On 01/11, atull wrote:
> On Sat, 10 Jan 2015, Konrad Zapalowicz wrote:
>
> > On 01/06, at...@opensource.altera.com wrote:
> > > From: Alan Tull
> >
> > Alan, there is something wrong with your email client configuration
> > and you need to fix.
> >
> > thanks,
> > konrad
>
> Hi Konrad,
>
> Ca
On Sat, 10 Jan 2015, Konrad Zapalowicz wrote:
> On 01/06, at...@opensource.altera.com wrote:
> > From: Alan Tull
>
> Alan, there is something wrong with your email client configuration
> and you need to fix.
>
> thanks,
> konrad
Hi Konrad,
Can you be more specific? What problem are you seein
Fixed 80 line warning in the code comments.
Signed-off-by: Sakshi Bansal
---
Changes in v3:
- Make the commit message more clearer.
drivers/staging/vt6655/baseband.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/vt6655/baseband.c
b/drivers/staging/vt66
On Sun, Jan 11, 2015 at 10:34 AM, Takashi Iwai wrote:
> At Fri, 9 Jan 2015 23:35:46 -0600,
> Chris Rorvick wrote:
>>
>> The line6usb driver references the device's idProduct and, in some
>> cases, the interface number in a number of places to determine device-
>> specific configuration values and
At Fri, 9 Jan 2015 23:35:46 -0600,
Chris Rorvick wrote:
>
> The line6usb driver references the device's idProduct and, in some
> cases, the interface number in a number of places to determine device-
> specific configuration values and to call device-specific functionality.
> Rework code to lever
On Sat, 2015-01-10 at 21:24 -0800, Greg Kroah-Hartman wrote:
> On Sat, Jan 10, 2015 at 08:55:21PM -0800, Joe Perches wrote:
> > On Sat, 2015-01-10 at 20:13 -0800, Greg Kroah-Hartman wrote:
> > > On Sat, Jan 10, 2015 at 07:09:02PM -0800, Joe Perches wrote:
> > > > Use the normal logging facility ins
38 matches
Mail list logo