Hi Punit Vara,
I cannot find build errors on my build machines.
According the log which you have posted before says *wilc is undeclared in the
function init_wilc_driver,
which means WILC_SPI is selected because one of SPI or SDIO should be chosen at
the moment.
Hence, struct wilc *wilc should
From: Shailendra Verma
The module end boundary check is not proper.The out of bound value
of module end can produce undesired results.
Signed-off-by: Shailendra Verma
Reviewed-by: Ravikant Bijendra Sharma
---
linux-4.3-rc6/arch/arm/mm/pageattr.c |2 +-
1 file changed, 1 insertion(+), 1 de
On Mon, Nov 09, 2015 at 05:02:48PM +0900, glen lee wrote:
> Hi Punit Vara,
>
> I cannot find build errors on my build machines.
>
> According the log which you have posted before says *wilc is undeclared in
> the function init_wilc_driver,
> which means WILC_SPI is selected because one of SPI or
On Mon, Nov 9, 2015 at 1:48 PM, Dan Carpenter wrote:
> On Mon, Nov 09, 2015 at 05:02:48PM +0900, glen lee wrote:
>> Hi Punit Vara,
>>
>> I cannot find build errors on my build machines.
>>
>> According the log which you have posted before says *wilc is undeclared in
>> the function init_wilc_driv
On 2015년 11월 09일 17:18, Dan Carpenter wrote:
On Mon, Nov 09, 2015 at 05:02:48PM +0900, glen lee wrote:
Hi Punit Vara,
I cannot find build errors on my build machines.
According the log which you have posted before says *wilc is undeclared in the
function init_wilc_driver,
which means WILC_SP
On Mon, Nov 9, 2015 at 2:25 PM, glen lee wrote:
>
> On 2015년 11월 09일 17:18, Dan Carpenter wrote:
>>
>> On Mon, Nov 09, 2015 at 05:02:48PM +0900, glen lee wrote:
>>>
>>> Hi Punit Vara,
>>>
>>> I cannot find build errors on my build machines.
>>>
>>> According the log which you have posted before sa
Remove the whitespace before declaration detected by
checkpatch.pl
ERROR: space prohibited before that close parenthesis
Signed-off-by: Anjali Menon
---
drivers/staging/fbtft/fbtft-bus.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/fbtft/fbtft-bus.c
b
Hi Anjali,
[auto build test ERROR on staging/staging-testing]
[also build test ERROR on v4.3 next-20151109]
url:
https://github.com/0day-ci/linux/commits/Anjali-Menon/drivers-staging-fbtft-Removed-the-whitespace/20151109-172010
config: x86_64-randconfig-x015-201545 (attached as .config
26 YEAR OLD U.S. COMPANY NEEDS DISTRIBUTORS IN MANY COUNTRIES for our
amazing slip-resistant floor product.
One 30 minute application with our Amazing Anti-Slip Floor Treatment
will make floors slip-resistant and safe for 4 years - Guaranteed!
Use Indoors or Outdoors
No Change in Appearance
Som
Did you try to compile this?
regards,
dan carpenter
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
On 2015년 11월 09일 18:05, punit vara wrote:
On Mon, Nov 9, 2015 at 2:25 PM, glen lee wrote:
On 2015년 11월 09일 17:18, Dan Carpenter wrote:
On Mon, Nov 09, 2015 at 05:02:48PM +0900, glen lee wrote:
Hi Punit Vara,
I cannot find build errors on my build machines.
According the log which you have
On Mon, Nov 9, 2015 at 3:31 PM, glen lee wrote:
>
>
> On 2015년 11월 09일 18:05, punit vara wrote:
>>
>> On Mon, Nov 9, 2015 at 2:25 PM, glen lee wrote:
>>>
>>> On 2015년 11월 09일 17:18, Dan Carpenter wrote:
On Mon, Nov 09, 2015 at 05:02:48PM +0900, glen lee wrote:
>
> Hi Punit Vara,
On Mon, Nov 09, 2015 at 03:43:38PM +0530, punit vara wrote:
> On Mon, Nov 9, 2015 at 3:31 PM, glen lee wrote:
> >
> >
> > On 2015년 11월 09일 18:05, punit vara wrote:
> >>
> >> On Mon, Nov 9, 2015 at 2:25 PM, glen lee wrote:
> >>>
> >>> On 2015년 11월 09일 17:18, Dan Carpenter wrote:
>
> On M
On 06/11/15 23:20, Jose Rivera wrote:
[...]
>>> +static void __fsl_mc_msi_write_msg(struct fsl_mc_device *mc_bus_dev,
>>> + struct fsl_mc_device_irq *mc_dev_irq) {
>>> + int error;
>>> + struct fsl_mc_device *owner_mc_dev = mc_dev_irq->mc_dev;
>>> + struct msi_d
On Nov 7, 2015, at 2:41 AM, Shivani Bhardwaj wrote:
> Replace the calls of the function ll_finish_md_op_data() with the
> standard function kfree().
For functions like this that have meaningflul name and also
might include additional logic (even though they don't now),
does it make sense to do t
On Nov 8, 2015, at 11:34 AM, James Simmons wrote:
> We need cfs_str2mask exported for our server code.
> Even with the server code not available upstream
> it would be nice to use the upstream code on Lustre
> servers.
>
> Signed-off-by: James Simmons
> ---
> .../staging/lustre/lustre/libcfs/li
On Sun, Nov 08, 2015 at 11:34:55AM -0500, James Simmons wrote:
> For UMP and SMP machines the struct cfs_cpt_table are
> defined differently. In the case handled by this patch
> nodemask is defined as a integer for the UMP case and
> as a pointer for the SMP case. This will cause a problem
> for os
If we ever need the wrapper, we can add it again. These wrappers only
hurt readability because they trick you into thinking there is some
reference counting or something but it's just an ordinary kfree().
regards,
dan carpenter
___
devel mailing list
d
Fix up block comments to make a trailing */ on a separate line
Signed-off-by: maomao
---
drivers/staging/comedi/comedi.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h
index 66edda1..ec5e59c 100644
--- a/dri
> Remove the function ll_finish_md_op_data() and replace all its calls
> with the standrd function ll_finish_md_op_data().
I believe you meant to write "standard function kfree()".
--
Best regards,
Michał Kępień
___
devel mailing list
de...@linuxdriver
On 08/11/15 14:17, Geliang Tang wrote:
Use kmalloc_array instead of kmalloc to allocate memory for an array.
Signed-off-by: Geliang Tang
---
drivers/staging/comedi/drivers/amplc_pci224.c | 8
drivers/staging/comedi/drivers/ni_670x.c | 5 +++--
2 files changed, 7 insertions(+),
Replaces bit shifting on 1 with the BIT(x) macro
Signed-off-by: Nizam Haider
---
drivers/staging/iio/adc/mxs-lradc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/iio/adc/mxs-lradc.c
b/drivers/staging/iio/adc/mxs-lradc.c
index d997d9c..5f1375c 100644
--- a/
Hi Nizam,
[auto build test WARNING on staging/staging-testing]
[also build test WARNING on v4.3 next-20151109]
url:
https://github.com/0day-ci/linux/commits/Nizam-Haider/iio-adc-mxs-lradc-Prefer-using-the-BIT-macro/20151109-222735
config: sparc64-allyesconfig (attached as .config)
reproduce
On Mon, Nov 9, 2015 at 3:53 PM, Sudip Mukherjee
wrote:
> On Mon, Nov 09, 2015 at 03:43:38PM +0530, punit vara wrote:
>> On Mon, Nov 9, 2015 at 3:31 PM, glen lee wrote:
>> >
>> >
>> > On 2015년 11월 09일 18:05, punit vara wrote:
>> >>
>> >> On Mon, Nov 9, 2015 at 2:25 PM, glen lee wrote:
>> >>>
>> >
On Mon, Nov 09, 2015 at 09:20:24PM +0800, maomao wrote:
> Fix up block comments to make a trailing */ on a separate line
>
> Signed-off-by: maomao
I need a "real" name here, and on the From: line in order to be able to
accept this. Is this how you sign legal documents?
thanks,
greg k-h
__
BIT macro is used for defining BIT location instead of
shifting operator - coding style issue
Signed-off-by: Ranjith
---
drivers/staging/comedi/drivers/pcmmio.c | 44 +++
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/drivers/staging/comedi/drivers/
BIT macro is used for defining BIT location instead of
shifting operator - coding style issue
Signed-off-by: Ranjith
---
drivers/staging/comedi/drivers/comedi_parport.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/comedi/drivers/comedi_parport.c
b/d
Hi,
2015-11-09 16:57 GMT+09:00 Shailendra Verma :
> From: Shailendra Verma
>
> The module end boundary check is not proper.The out of bound value
> of module end can produce undesired results.
>
> Signed-off-by: Shailendra Verma
> Reviewed-by: Ravikant Bijendra Sharma
> ---
> linux-4.3-rc6/arc
On Tue, Nov 10, 2015 at 12:35:50AM +0900, Jungseung Lee wrote:
> Hi,
>
> 2015-11-09 16:57 GMT+09:00 Shailendra Verma :
> > From: Shailendra Verma
> >
> > The module end boundary check is not proper.The out of bound value
> > of module end can produce undesired results.
> >
> > Signed-off-by: Shai
BIT macro is used for defining BIT location instead of
shifting operator - coding style issue
Signed-off-by: Ranjith
---
drivers/staging/comedi/drivers/ii_pci20kc.c | 70 +--
1 file changed, 35 insertions(+), 35 deletions(-)
diff --git a/drivers/staging/comedi/drivers/
On Mon, Nov 9, 2015 at 7:07 PM, Michał Kępień wrote:
>> Remove the function ll_finish_md_op_data() and replace all its calls
>> with the standrd function ll_finish_md_op_data().
>
> I believe you meant to write "standard function kfree()".
>
Yes. I am so sorry. Should I be sending the whole serie
On Friday, November 06, 2015 10:30 AM, Ian Abbott wrote:
> On 05/11/15 19:03, Hartley Sweeten wrote:
>> On Thursday, November 05, 2015 5:43 AM, Ian Abbott wrote:
>>> On 04/11/15 16:55, H Hartley Sweeten wrote:
The analog outputs can use an external reference to create the D/A output
range
On Monday, November 09, 2015 9:26 AM, Ranjith wote:
> BIT macro is used for defining BIT location instead of
> shifting operator - coding style issue
>
> Signed-off-by: Ranjith
This has already been fixed in by:
commit c98f4011ebd41ab9ff15e1c52acc446e1ee7e191
staging: comedi: ii_pci20kc: prefer
On Monday, November 09, 2015 8:17 AM, Ranjith wrote:
> BIT macro is used for defining BIT location instead of
> shifting operator - coding style issue
>
> Signed-off-by: Ranjith
> ---
> drivers/staging/comedi/drivers/comedi_parport.c |4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
On Monday, November 09, 2015 8:09 AM, Ranjith wrote:
> BIT macro is used for defining BIT location instead of
> shifting operator - coding style issue
>
> Signed-off-by: Ranjith
> ---
> drivers/staging/comedi/drivers/pcmmio.c | 44
> +++
> 1 file changed, 22 inserti
BIT macro is used for defining BIT location instead of
shifting operator - coding style issue
Signed-off-by: Ranjith
---
drivers/staging/comedi/drivers/me_daq.c | 134 +++
1 file changed, 67 insertions(+), 67 deletions(-)
diff --git a/drivers/staging/comedi/drivers/
On Monday, November 09, 2015 10:14 AM, Ranjith wrote:
> BIT macro is used for defining BIT location instead of
> shifting operator - coding style issue
>
> Signed-off-by: Ranjith
This has already been fixed. Please base your patches on linux-next
or Greg Kroah-Hartman's staging-next tree.
Also,
On Mon, Nov 09, 2015 at 10:43:56PM +0530, Ranjith wrote:
> +#define ADC_GAIN_2 (BIT(5) & (~BIT(4)))
It looks really weird to write it this way...
regards,
dan carpenter
___
devel mailing list
de...@linuxdriverproject.org
http://driver
On 09/11/15 16:38, Hartley Sweeten wrote:
On Friday, November 06, 2015 10:30 AM, Ian Abbott wrote:
On 05/11/15 19:03, Hartley Sweeten wrote:
On Thursday, November 05, 2015 5:43 AM, Ian Abbott wrote:
On 04/11/15 16:55, H Hartley Sweeten wrote:
The analog outputs can use an external reference t
On Friday, November 06, 2015 10:22 AM, Ian Abbott wrote:
> Just so we're on the same page, I downloaded the user manual from
> http://support.advantech.com/support/SearchResult.aspx?keyword=PCI-1710&searchtabs=Manual
>
> Strangely, the date on the download page is 2015-10-28 which seems a bit
> re
BIT macro is used for defining BIT location instead of
shifting operator - coding style issue
Signed-off-by: Ranjith T
---
drivers/staging/comedi/drivers/pcmmio.c | 44 +++
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/drivers/staging/comedi/driver
BIT macro is used for defining BIT location instead of
shifting operator - coding style issue
Signed-off-by: Ranjith T
---
drivers/staging/comedi/drivers/comedi_parport.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/comedi/drivers/comedi_parport.c
b
BIT macro is used for defining BIT location instead of
shifting operator - coding style issue
Signed-off-by: Ranjith T
---
drivers/staging/comedi/drivers/ni_6527.c | 24
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/drivers/staging/comedi/drivers/ni_6
Remove the wrapper function lustre_posix_acl_xattr_free() and replace its
call in the file xattr with the function kfree() that it wrapped. Also,
its prototype from the header lustre_eacl is removed as it is no longer
of any use.
Signed-off-by: Shivani Bhardwaj
---
drivers/staging/lustre/lustre/
>On Mon, Nov 9, 2015 at 7:07 PM, Michał Kępień wrote:
>>> Remove the function ll_finish_md_op_data() and replace all its calls
>>> with the standrd function ll_finish_md_op_data().
>>
>> I believe you meant to write "standard function kfree()".
>>
>
>Yes. I am so sorry. Should I be sending the who
Wie geht es Dir?
Ist mir
EMAIL DISCLAIMER The information contained in this message may be privileged
and confidential, protected from disclosure, and/or intended only for the use
of the individual or entity named above. If the reader of this message is not
the intended recipient, or an e
Hi Shivani,
[auto build test WARNING on staging/staging-testing]
[also build test WARNING on v4.3 next-20151109]
url:
https://github.com/0day-ci/linux/commits/Shivani-Bhardwaj/staging-lustre-acl-Remove-lustre_posix_acl_xattr_free-wrapper/20151110-025757
coccinelle warnings: (new ones
drivers/staging/lustre/lustre/llite/xattr.c:199:2-7: WARNING: NULL check before
freeing functions like kfree, debugfs_remove, debugfs_remove_recursive or
usb_free_urb is not needed. Maybe consider reorganizing relevant code to avoid
passing NULL values.
NULL check before some freeing functions
On Tue, Nov 10, 2015 at 03:43:50AM +0800, kbuild test robot wrote:
> drivers/staging/lustre/lustre/llite/xattr.c:199:2-7: WARNING: NULL check
> before freeing functions like kfree, debugfs_remove, debugfs_remove_recursive
> or usb_free_urb is not needed. Maybe consider reorganizing relevant code
Thanks Eric to provide the data. I am looping Tom (as I am looking into his
recent patches) and Olaf (from Suse).
So, if I understand it correctly, you are running netperf with single TCP
connection, and you got ~26Gbps initially and got ~30Gbps after turning the
tx-usecs and tx-frames.
Do you
On Mon, Nov 09, 2015 at 02:08:01PM -0600, Prem Kumar wrote:
> Dear All,
>
> Sorry to intervene and being rude and send this message directly to you folks.
> I have made several attempts to reach to linux-ker...@vger.kernel.org and my
> attempts have failed miserably and I have not be able make any
Hi Julia,
Thank you for the patch.
On Tuesday 29 July 2014 17:16:43 Julia Lawall wrote:
> From: Julia Lawall
>
> Correct typo in the name of the type given to sizeof. Because it is the
> size of a pointer that is wanted, the typo has no impact on compilation or
> execution.
>
> This problem w
Hi Ravinder,
Thank you for the patch.
I'm afraid the patch doesn't apply on top of the mainline kernel.
On Wednesday 19 August 2015 21:14:56 Ravinder Atla wrote:
> Signed-off-by: Ravinder Atla
> ---
> drivers/staging/media/davinci_vpfe/dm365_resizer.c | 8
> 1 file changed, 4 insertio
Hi Andrzej,
Thank you for the patch.
On Monday 21 September 2015 15:33:57 Andrzej Hajda wrote:
> The variable can take negative values.
>
> The problem has been detected using proposed semantic patch
> scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci [1].
>
> [1]: http://permalink.gmane
> -Original Message-
> From: Marc Zyngier [mailto:marc.zyng...@arm.com]
> Sent: Monday, November 09, 2015 4:46 AM
> To: Rivera Jose-B46482; gre...@linuxfoundation.org; a...@arndb.de;
> de...@driverdev.osuosl.org; linux-ker...@vger.kernel.org
> Cc: Yoder Stuart-B08248; katz Itai-RM05202; Pan
From: Jake Oshins
This patch makes 16GB GPUs work in Hyper-V VMs, since, for
compatibility reasons, the Hyper-V BIOS lists MMIO ranges in 2GB
chunks in its root bus's _CRS object.
Signed-off-by: Jake Oshins
---
drivers/hv/vmbus_drv.c | 16
1 file changed, 16 insertions(+)
dif
On Mon, 9 Nov 2015, Greg KH wrote:
> On Tue, Nov 10, 2015 at 03:43:50AM +0800, kbuild test robot wrote:
> > drivers/staging/lustre/lustre/llite/xattr.c:199:2-7: WARNING: NULL check
> > before freeing functions like kfree, debugfs_remove,
> > debugfs_remove_recursive or usb_free_urb is not need
On Mon, 2015-11-09 at 20:23 +, Simon Xiao wrote:
> Thanks Eric to provide the data. I am looping Tom (as I am looking into his
> recent patches) and Olaf (from Suse).
>
> So, if I understand it correctly, you are running netperf with single
> TCP connection, and you got ~26Gbps initially and
From: Vennila Megavannan
Add a module paramter to toggle prescan/Fast ECN Detection and remove the
Kconfig option which used to control this.
Reviewed-by: Arthur Kepner
Reviewed-by: Mike Marciniszyn
Signed-off-by: Vennila Megavannan
Signed-off-by: Ira Weiny
---
Changes from V1:
Redo co
From: Dean Luick
Correctly set half-swing for integrated devices. A0 needs all fields set for
CcePcieCtrl. B0 and later only need a few fields set.
Reviewed-by: Stuart Summers
Signed-off-by: Dean Luick
Signed-off-by: Ira Weiny
---
Changes from V1:
Add comments concerning the very l
On Fri, Nov 06, 2015 at 07:25:31PM -0800, Greg KH wrote:
> On Fri, Nov 06, 2015 at 08:07:06PM -0500, Jubin John wrote:
> > --- a/drivers/staging/rdma/hfi1/hfi.h
> > +++ b/drivers/staging/rdma/hfi1/hfi.h
> > @@ -1084,6 +1084,10 @@ struct hfi1_devdata {
> > /* Save the enabled LCB error bits */
>
> > - if (WARN_ON(vl > 8))
> > - return NULL;
> > + /* NOTE This should only happen if SC->VL changed after the initial
> > +* checks on the QP/AH
> > +* Default will return engine 0 below
> > +*/
> > + if (unlikely(vl >= num_vls)) {
>
> Can you prove that unl
On Fri, Nov 06, 2015 at 05:02:35PM -0800, Greg KH wrote:
> On Fri, Oct 30, 2015 at 06:58:44PM -0400, ira.we...@intel.com wrote:
> > From: Mitko Haralanov
> >
> > Add mmu notify helper functions and TID caching function stubs in
> > preparation
> > for the TID caching implementation.
> >
> > TID
From: Mike Marciniszyn
The workqueue is currently single threaded per port which for a small number of
SDMA engines is ok.
For hfi1, the there are up to 16 SDMA engines that can be fed descriptors in
parallel.
Use alloc_workqueue with a workqueue limit of the number of sdma engines and
with WQ_
On Fri, Nov 06, 2015 at 05:03:28PM -0800, Greg KH wrote:
> On Fri, Oct 30, 2015 at 06:58:45PM -0400, ira.we...@intel.com wrote:
> > From: Mitko Haralanov
> >
> > Expected receives work by user-space libraries (PSM) calling into the driver
> > with information about the user's receive buffer and h
From: Mike Marciniszyn
Now that we have a multi-threaded work queue we precomputed and store the SC
and SDE on RC and UC QPs for faster access.
Reviewed-by: Dennis Dalessandro
Signed-off-by: Mike Marciniszyn
Signed-off-by: Ira Weiny
---
This patch was previously sent as #9/9 but 5/9 failed.
From: Mike Marciniszyn
Move hfi1_migrate_qp from ruc.c to qp.[hc] in prep for modifying the QP
workqueue.
Signed-off-by: Mike Marciniszyn
Signed-off-by: Ira Weiny
---
This patch was previously sent as #7/9 but 5/9 failed.
I'm resending 7,8, and 9 as they did not explicitly depend on 5 and 6.
Updated these 2 patches based on feedback received.
Changes in v2:
- Removed volatile for receive context tail dummy address
- Removed unlikely() in sdma_select_engine_vl()
Ira Weiny (1):
staging/rdma/hfi1: Eliminate WARN_ON when VL is invalid
Mark F. Brown (1):
staging/rdma/
On Mon, Nov 09, 2015 at 07:11:03PM -0500, ira.weiny wrote:
> On Fri, Nov 06, 2015 at 05:02:35PM -0800, Greg KH wrote:
> > On Fri, Oct 30, 2015 at 06:58:44PM -0400, ira.we...@intel.com wrote:
> > > From: Mitko Haralanov
> > >
> > > Add mmu notify helper functions and TID caching function stubs in
From: Ira Weiny
sdma_select_engine_vl only needs to protect itself from an invalid VL.
Something higher up the stack should be warning the user when they try
to use an SL which maps to an invalid VL.
Reviewed-by: Dean Luick
Reviewed-by: Mike Marciniszyn
Reviewed-by: Kaike Wan
Signed-off-by: I
From: Mark F. Brown
Disabling one receive context when RX_DMA is receiving a packet can cause
incorrect packet delivery for a subsequent packet on another receive
context.
This is resolved by doing the following:
1. Programming dummy tail address for every receive context
before enabling it
2
>> We need cfs_str2mask exported for our server code.
>> Even with the server code not available upstream
>> it would be nice to use the upstream code on Lustre
>> servers.
>>
>> Signed-off-by: James Simmons
>> ---
>> .../staging/lustre/lustre/libcfs/libcfs_string.c |1 +
>> 1 files changed,
HI All,
if you want, I would ship the board for you to verify. Anybody welcome.
On 2015년 11월 8일 오전 8:51:12 Chaehyun Lim wrote:
> This patch removes host_int_get_rx_power_level function definition and
> declaration that is defined at host_interface.c and host_interface.h.
> This function is defi
>On Sun, Nov 08, 2015 at 11:34:55AM -0500, James Simmons wrote:
>> For UMP and SMP machines the struct cfs_cpt_table are
>> defined differently. In the case handled by this patch
>> nodemask is defined as a integer for the UMP case and
>> as a pointer for the SMP case. This will cause a problem
>>
> On Tue, Nov 10, 2015 at 12:35:50AM +0900, Jungseung Lee wrote:
> > Hi,
> >
> > 2015-11-09 16:57 GMT+09:00 Shailendra Verma :
> > > From: Shailendra Verma
> > >
> > > The module end boundary check is not proper.The out of bound value
> > > of module end can produce undesired results.
> > >
> > >
On Tue, Nov 10, 2015 at 12:48 AM, Simmons, James A. wrote:
>>On Mon, Nov 9, 2015 at 7:07 PM, Michał Kępień wrote:
Remove the function ll_finish_md_op_data() and replace all its calls
with the standrd function ll_finish_md_op_data().
>>>
>>> I believe you meant to write "standard functio
Made visorbus_main.c checkpatch warning-free by fixing the comment style
issues.
Signed-off-by: Gavin O'Leary
---
drivers/staging/unisys/visorbus/visorbus_main.c | 15 ++-
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c
This patchset removes an unnecessary wrapper function, its prototype and
replaces all its calls in different files with the standard function
that it wraps.
After applying this patch, code becomes cleaner.
Changes in v2:
Fix commit message and merge a patch
Shivani Bhardwaj (8):
Staging
Replace the calls of the function ll_finish_md_op_data() with the
standard function kfree().
Signed-off-by: Shivani Bhardwaj
---
Changes in v2:
Fix commit message and merge a patch
drivers/staging/lustre/lustre/llite/dir.c | 14 +++---
1 file changed, 7 insertions(+), 7 deletion
Replace the calls of the function ll_finish_md_op_data() with the
standard function kfree().
Signed-off-by: Shivani Bhardwaj
---
Changes in v2:
Fix commit message and merge a patch
drivers/staging/lustre/lustre/llite/file.c | 24
1 file changed, 12 insertions(+)
Replace the calls of the function ll_finish_md_op_data() with the
standard function kfree().
Signed-off-by: Shivani Bhardwaj
---
Changes in v2:
Fix commit message and merge a patch
drivers/staging/lustre/lustre/llite/namei.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletion
Change the calls of the function ll_finish_md_op_data() to the
standard function kfree().
Signed-off-by: Shivani Bhardwaj
---
Changes in v2:
Fix commit message and merge a patch
drivers/staging/lustre/lustre/llite/xattr_cache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
Substitute the standard function kfree() for the function
ll_finish_md_op_data().
Signed-off-by: Shivani Bhardwaj
---
Changes in v2:
Fix commit message and merge a patch
drivers/staging/lustre/lustre/llite/symlink.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dri
Replace the calls of the function ll_finish_md_op_data() with the
standard function kfree().
Signed-off-by: Shivani Bhardwaj
---
Changes in v2:
Fix commit message and merge a patch
drivers/staging/lustre/lustre/llite/llite_nfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
dif
Substitute standard function kfree() in place of the function
ll_finish_md_op_data().
Signed-off-by: Shivani Bhardwaj
---
Changes in v2:
Fix commit message and merge a patch
drivers/staging/lustre/lustre/llite/llite_close.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --g
Remove the wrapper function ll_finish_md_op_data() and replace all
its calls with the standard function kfree() that it wraps. Also,
prototype of the function is removed as it is no longer of any use.
Signed-off-by: Shivani Bhardwaj
---
Changes in v2:
Fix commit message and merge a patch
NNPC DIRECTOR OF FINANCE
26 YORK STREET, LONDON
W1U 6PZ,UNITED KINGDOM
Email: accountverificat...@dr.com
IN ASSOCIATION WITH THE
OFFICE OF DIRECTOR OF FINANCE (NNPC)
FOREIGN REMITTANCE DEPARTMENT
TINUBU SQUARE,VICTORIA ISLAND,
LAGOS-NIGERIA.NNPC CONTRACT.
WE APOLOGISE FOR THE DELAY OF YOUR PAYMEN
NNPC DIRECTOR OF FINANCE
26 YORK STREET, LONDON
W1U 6PZ,UNITED KINGDOM
Email: accountverificat...@dr.com
IN ASSOCIATION WITH THE
OFFICE OF DIRECTOR OF FINANCE (NNPC)
FOREIGN REMITTANCE DEPARTMENT
TINUBU SQUARE,VICTORIA ISLAND,
LAGOS-NIGERIA.NNPC CONTRACT.
WE APOLOGISE FOR THE DELAY OF YOUR PAYMEN
Belgrave House
76 Buckingham Palace Road
London SW1W 9TQ, United Kingdom.
Winning No: GUK/877/798/2015
Ticket No: GUK/699/33/2015
Notification: October 2015
GOOGLE ANNIVERSARY WINNING NOTIFICATION
We wish to congratulate you on this note, for being part of our selected
winners in our just conclu
89 matches
Mail list logo