[PATCH v3 1/3] staging: skein: Whitespace cleanup

2014-09-30 Thread Eric Rost
Pretties up multiline #defines and many other whitespace issues Signed-off-by: Eric Rost --- drivers/staging/skein/skein_block.c | 585 +++ 1 file changed, 315 insertions(+), 270 deletions(-) diff --git a/drivers/staging/skein/skein_block.c b/drivers/staging/ske

[PATCH v3 2/3] drivers: staging: skein: In progress

2014-09-30 Thread Eric Rost
In progress commit Signed-off-by: Eric Rost --- drivers/staging/skein/skein_block.c | 132 +++ 1 file changed, 70 insertions(+), 62 deletions(-) diff --git a/drivers/staging/skein/skein_block.c b/drivers/staging/skein/skein_block.c index 71c14f5..b8e4bd8 100644

[PATCH v3 3/3] staging: skein: File Reorg

2014-09-30 Thread Eric Rost
Reorganizes file to remove #defines from middle of functions. Also removes #if'd loop declarations and adds ternary if driven loops. Signed-off-by: Eric Rost --- drivers/staging/skein/skein_block.c | 568 ++- 1 file changed, 291 insertions(+), 277 deletions(-) d

Caro usuário

2014-09-30 Thread ADMIN
Caro usuário Seu e-mail ultrapassou 2 GB criadas pelo webmaster, você está executando em 2.30GB, o que não é possível enviar ou receber nova mensagem no próximo 24 horas até que você verificar e-mails conta. Por favor, informe seus dados abaixo para verificar a sua conta: (1) E-mail: (2)

Re: [PATCH v5 1/6] of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint

2014-09-30 Thread Philipp Zabel
Am Montag, den 29.09.2014, 18:10 -0400 schrieb Greg Kroah-Hartman: > On Mon, Sep 29, 2014 at 08:03:34PM +0200, Philipp Zabel wrote: > > Decrementing the reference count of the previous endpoint node allows to > > use the of_graph_get_next_endpoint function in a for_each_... style macro. > > All cur

Re: [PATCH] Staging: gdm72xx: fix coding style

2014-09-30 Thread Thibaut Robert
Le Monday 29 Sep 2014 à 11:31:24 (-0700), Joe Perches a écrit : > On Mon, 2014-09-29 at 20:15 +0200, Thibaut Robert wrote: > > This patch remove a checkstyle warning in netlink_k.c. > > Note: This is my homework of the day. > > The "Note: " line isn't useful for a commit message. > Neither is the

[PATCH] Staging: gdm72xx: fix coding style

2014-09-30 Thread Thibaut Robert
Remove unnecessary else after return. Follow coding style for curly braces around single statements. Fix a typo in error message. Signed-off-by: Thibaut Robert --- drivers/staging/gdm72xx/netlink_k.c | 24 +++- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/d

Re: [PATCH] Staging: gdm72xx: fix coding style

2014-09-30 Thread Thibaut Robert
Le Tuesday 30 Sep 2014 à 12:23:12 (+0200), Thibaut Robert a écrit : > Remove unnecessary else after return. > Follow coding style for curly braces around single statements. > Fix a typo in error message. > > Signed-off-by: Thibaut Robert > --- > drivers/staging/gdm72xx/netlink_k.c | 24 +

[PATCH] staging: gdm72xx: fix typo and coding style

2014-09-30 Thread Thibaut Robert
Fix a typo in error message. Add missing curling braces to conform to coding style. Improve readibility. Signed-off-by: Thibaut Robert --- drivers/staging/gdm72xx/netlink_k.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/gdm72xx/netlink_k.c

[PATCH v3 2/4] Documentation: devicetree: bindings: Document deprecated device vendor name to fix related warning

2014-09-30 Thread Darshana Padmadas
This patch documents deprecated vendor name of device isl29028 for compatibility with older kernels. Signed-off-by: Darshana Padmadas --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.t

[PATCH v3 3/4] Staging: iio: light: Added correct vendor-prefix for device isl29028

2014-09-30 Thread Darshana Padmadas
This patch adds the correct vendor-prefix for device isl29028 and maintains deprecated vendor-prefix found by checkpatch warning for older kernel releases. Signed-off-by: Darshana Padmadas --- drivers/staging/iio/light/isl29028.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --gi

[PATCH v3 4/4] arch: arm: boot: dts: Added correct vendor-prefix with device name to compatible property

2014-09-30 Thread Darshana Padmadas
This patch adds the correct vendor-prefix listed in Documentation/devicetree/bindings/vendor-prefixes.txt with the device name to compatible property and removes deprecated vendor-prefix. Signed-off-by: Darshana Padmadas --- arch/arm/boot/dts/tegra30-cardhu.dtsi | 2 +- 1 file changed, 1 inser

[PATCH v3 0/4] Correct vendor-prefix and document device isl29028

2014-09-30 Thread Darshana Padmadas
Patchset documents correct and the deprecated vendor-prefix found by checkpatch warning and also documents information of device isl29028 for compatibility. Patchset also includes corrected vendor-prefix and device name in compatible property for files with checkpatch warning of undocumented str

[PATCH v3 1/4] Documentation: devicetree: bindings: Document correct and deprecated vendor-prefix with device isl29028

2014-09-30 Thread Darshana Padmadas
This patch documents the device isl29028 with its vendor-prefix. Undocumented deprecated vendor-prefix found by checkpatch also documented for compatibility reasons. Signed-off-by: Darshana Padmadas --- Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++ 1 file changed, 2 insertio

[PATCH 01/67] staging: unisys: delete extra blank lines in periodic_work.h

2014-09-30 Thread Benjamin Romer
From: Benjamin Romer Remove the extra blank lines from before the first comment. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/periodic_work.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/unisys/include/periodic_work.h b/drivers/staging/unisys/includ

[PATCH 12/67] staging: unisys: clean up spacing in uisqueue.h

2014-09-30 Thread Benjamin Romer
Remove all unnecesary blank lines after braces in uisqueue.h. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/include/

[PATCH 20/67] staging: unisys: fix CamelCase in del_vdisk_iopart

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: busNo => bus_no devNo => dev_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/include/uisqueue.h index ec

[PATCH 21/67] staging: unisys: fix CamelCase names in del_virt_iopart

2014-09-30 Thread Benjamin Romer
Clean up CamelCase names: busNo => bus_no devNo => dev_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/include/uisqueue.h ind

[PATCH 18/67] staging: unisys: clean up CamelCase in struct add_virt_iopart

2014-09-30 Thread Benjamin Romer
Clean up CamelCase names: guestHandle => guest_handle recvBusInterruptHandle => recv_bus_irq_handle useG2GCopy => use_g2g_copy Filler => filler busNo => bus_no dev_no => dev_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 12 ++-- 1 file changed, 6 insert

[PATCH 03/67] staging: unisys: remove unused locking functions in timskmod.h

2014-09-30 Thread Benjamin Romer
Delete a block of unused locking functions from timskmod.h. These functions generated a lot of checkpatch warnings and were not being used anyhow. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/timskmod.h | 88 --- 1 file changed, 88 deletions(-) di

[PATCH 02/67] staging: unisys: remove typedef for PERIODIC_WORK

2014-09-30 Thread Benjamin Romer
In periodic_work.h, remove the typedef PERIODIC_WORK and replace it with struct periodic_work, and update functions used to manipulate the structure to use the new name. The functions used to manipulate the PERIODIC_WORK type are updated to use the fixed name, corrected for clarity, and changed to

[PATCH 37/67] staging: unisys: remove typedef ReqHandlerInfo_t

2014-09-30 Thread Benjamin Romer
Convert all references to the typedef to struct req_handler_info. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 14 +++--- drivers/staging/unisys/uislib/uislib.c| 2 +- drivers/staging/unisys/uislib/uisutils.c | 18 +- 3 files changed

[PATCH 26/67] staging: unisys: fix up CamelCase in struct init_chipset_guestpart

2014-09-30 Thread Benjamin Romer
Fix up CamelCase names: busCount => bus_count switch_count => switch_count Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/inclu

[PATCH 65/67] staging: unisys: Fix CamelCase in uislib_enable_channel_interrupts()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: busNo => bus_no devNo => dev_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/uislib/uislib.c| 8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/unisys/include/uisutils.

[PATCH 47/67] staging: unisys: Fix CamelCase in uislib_client_inject_add_bus()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: busNo => bus_no instGuid => inst_uuid channelAddr => channel_addr nChannelBytes => n_channel_bytes Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 4 ++-- drivers/staging/unisys/uislib/uislib.c| 23 --- 2 files changed,

[PATCH 48/67] staging: unisys: fix CamelCase in uislib_client_inject_del_bus()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: busNo => bus_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/uislib/uislib.c| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/unisys/include/uisutils.h b/drivers/staging

[PATCH 06/67] staging: unisys: remove timskmodutils.h

2014-09-30 Thread Benjamin Romer
Remove the entire timskmodutils.h file as it had a lot of checkpatch.pl strict warnings and checks, and nearly all of the functions were not used anywhere. The unisys_spar_platform variable was moved to timskmod.h. References to the removed timskmodutils.h were switched to timskmod.h instead. The

[PATCH 05/67] staging: unisys: fix spacing in timskmod.h macro

2014-09-30 Thread Benjamin Romer
Adds in some missing spaces in the max macro in timskmod.h. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/timskmod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/include/timskmod.h b/drivers/staging/unisys/include/timskmod.h index

[PATCH 51/67] staging: unisys: Fix CamelCase in uislib_client_inject_resume_vhba()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: busNo => bus_no devNo => dev_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/uislib/uislib.c| 8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/unisys/include/uisutils.

[PATCH 64/67] staging: unisys: Fix CamelCase in Issue_VMCALL_FATAL_BYE_BYE()

2014-09-30 Thread Benjamin Romer
Fix Camelcase name: Issue_VMCALL_FATAL_BYE_BYE => issue_vmcall_fatal Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/include/uisutils.h b/drivers/staging/unisys/include/uisutil

[PATCH 58/67] staging: unisys: Fix CamelCase Issue_VMCALL_IO_DIAG_ADDR()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: Issue_VMCALL_IO_DIAG_ADDR => issue_vmcall_io_diag_addr DiagChannelAddress => diag_channel_addr Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/u

[PATCH 44/67] staging: unisys: fix CamelCase in uisctrl_register_req_handler_ex

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: switchTypeGuid => switch_uuid clientStr => client_str clientStrLent => client_str_len chipset_driverInfo => chipset_driver_info Server_Channel_Ok => server_channel_ok Server_Channel_Init => server_channel_init Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/

[PATCH 61/67] staging: unisys: fix CamelCase in Issue_VMCALL_MEASUREMENT_DO_NOTHING()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: Issue_VMCALL_MEASUREMENT_DO_NOTHING => issue_vmcall_measurement_do_nothing Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/include/uisutils.h b/dri

[PATCH 39/67] staging: unisys: fix CamelCase names in ReqHandlerAdd()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: ReqHandlerAdd => req_handler_add Server_Channel_Ok => svr_channel_ok channelBytes => channel_bytes Server_Channel_Init => svr_channel_init clientStr => client_str ClientStrLen => client_str_len Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 16

[PATCH 27/67] staging: unisys: remove excess blank lines in uisthread.h

2014-09-30 Thread Benjamin Romer
Take out those doubled blank lines in uisthread.h. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisthread.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/unisys/include/uisthread.h b/drivers/staging/unisys/include/uisthread.h index 2683777..aa86ade 10

[PATCH 40/67] staging: unisys: fix CamelCase in ReqHandlerFind()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: ReqHandlerFind => req_handler_find switchTypeGuid => switch_uuid Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/uislib/uislib.c| 2 +- drivers/staging/unisys/uislib/uisutils.c | 4 ++-- 3 files changed, 4 inser

[PATCH 14/67] staging: unisys: fix CamelCase in struct device_info

2014-09-30 Thread Benjamin Romer
Clean up CamelCase names: channelAddr => channel_addr channelBytes => channel_bytes channelTypeGuid => channel_uuid devInstGuid => instance_uuid busNo => bus_no devNo => dev_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 12 +- drivers/staging/unisys/uis

[PATCH 23/67] staging: unisys: fix CamelCase in struct add_vbus_guestpart

2014-09-30 Thread Benjamin Romer
Clean up CamelCase names: busNo => bus_no deviceCount => dev_count busTypeGuid => bus_uuid busInstGuid => instance_guid Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 8 drivers/staging/unisys/uislib/uislib.c| 8 drivers/staging/unisys/virtpci

[PATCH 15/67] staging: unisys: Clean up CamelCase in struct bus_info

2014-09-30 Thread Benjamin Romer
Clean up CamelCase names: busNo => bus_no deviceCount => device_count guestHandle => guest_handle recvBusInterruptHandle => recv_bus_irq_handle busInstGuid => inst_uuid pBusChannel => bus_channel busChannelBytes => bus_channel_bytes partitionName => partition_name localVnic => local_vnic Signed-of

[PATCH 57/67] staging: unisys: Fix CamelCase in Issue_VMCALL_IO_CONTROLVM_ADDR()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: Issue_VMCALL_IO_CONTROLVM_ADDR => issue_vmcall_io_controlvm_addr ControlAddress => control_addr ControlBytes => control_bytes Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 6 +++--- drivers/staging/unisys/visorchipset/visorchipse

[PATCH 36/67] staging: unisys: get rid of MACARRAY typedef

2014-09-30 Thread Benjamin Romer
Remove the MACARRAY typedef entirely and switch over to u8*[ETH_ALEN], like everybody else seems to use. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/uisutils.h

[PATCH 52/67] staging: unisys: Fix CamelCase in uislib_client_inject_del_vhba()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: busNo => bus_no devNo => dev_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/uislib/uislib.c| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/unisys/include/uisutils.h b

[PATCH 10/67] staging: unisys: fix CamelCase in uisqueue_put_cmdrsp_with_lock_client

2014-09-30 Thread Benjamin Romer
Clean up CamelCase names: issueInterruptIfEmpty => issue_irq_if_empty interruptHandle => irq_handle Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 6 +++--- drivers/staging/unisys/uislib/uisqueue.c | 10 +- 2 files changed, 8 insertions(+), 8 deletions(-)

[PATCH 19/67] staging: unisys: fix CamelCase names in struct add_vdisk_iopart

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: busNo => bus_no devNo => dev_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/include/uisqueue.h index 41

[PATCH 00/67] staging: unisys: checkpatch cleanup in include directory

2014-09-30 Thread Benjamin Romer
This patch series addresses the checkpatch.pl warnings and checks generated with the --strict option, in the include directory for the Unisys drivers. Most of the issues are fixed, except for CamelCase members of structs not defined in the include directory. These will be addressed later. Benja

[PATCH 62/67] staging: unisys: Fix CamelCase in Issue_VMCALL_UPDATE_PHYSICAL_TIME()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: Issue_VMCALL_UPDATE_PHYSICAL_TIME => issue_vmcall_update_physical_time Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/visorchipset/file.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drive

[PATCH 41/67] staging: unisys: fix CamelCase in ReqHandlerDel

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: ReqHandlerDel => req_handler_del switchTypeGuid => switch_uuid Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/uislib/uisutils.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/sta

[PATCH 07/67] staging: unisys: fix camelcase function uisqueue_InterlockedOr()

2014-09-30 Thread Benjamin Romer
Clean up CamelCase names: uisqueue_InterlockedOr => uisqueue_interlocked_or Target => tgt Set => set Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 8 drivers/staging/unisys/uislib/uisqueue.c | 20 ++-- drivers/staging/unisys/virthba/virt

[PATCH 29/67] staging: unisys: fix copyright symbol in vbushelper.h

2014-09-30 Thread Benjamin Romer
The copyright character in vbushelper.h isn't UTF-8 - swap it out for a good, old-fashioned (C). Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/vbushelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/include/vbushelper.h b/driver

[PATCH 28/67] staging: unisys: fix line spacing in uniklog.h

2014-09-30 Thread Benjamin Romer
Take out the doubled blank lines in uniklog.h, too. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uniklog.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/unisys/include/uniklog.h b/drivers/staging/unisys/include/uniklog.h index 6178cc4..ecd1bdb 100644 -

[PATCH 24/67] staging: unisys: fix CamelCase in struct del_vbus_guestpart

2014-09-30 Thread Benjamin Romer
Fix up CamelCase names: busNo => bus_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 2 +- drivers/staging/unisys/uislib/uislib.c| 2 +- drivers/staging/unisys/virtpci/virtpci.c | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drive

[PATCH 34/67] staging: unisys: Fix CamelCase function pointers in uisutils

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: UisnicControlChanFunc => uisnic_control_chan_func UissdControlChanFunc => uissd_control_chan_func VirtControlChanFunc => virt_control_chan_func Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 6 +++--- drivers/staging/unisys/uislib/uislib.c

[PATCH 46/67] staging: unisys: remove uislib_server_inject_add/del_vnic() prototypes

2014-09-30 Thread Benjamin Romer
These functions contain CamelCase names but are not used. Delete the prototypes from uisutils.h. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/unisys/include/uisutils.h b/drivers/staging/unisys

[PATCH 31/67] staging: unisys: remove doubled blank lines in guestlinuxdebug.h

2014-09-30 Thread Benjamin Romer
Take out those doubled blank lines in guestlinuxdebug.h. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/guestlinuxdebug.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/unisys/include/guestlinuxdebug.h b/drivers/staging/unisys/include/guestlinuxdebug.h in

[PATCH 56/67] staging: unisys: fix CamelCase in uislib_client_inject_del_vnic()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: busNo => bus_no devNo => dev_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/uislib/uislib.c| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/unisys/include/uisutils.h b

[PATCH 55/67] staging: unisys: Fix CamelCase in uislib_client_inject_resume_vnic()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: busNo => bus_no devNo => dev_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/uislib/uislib.c| 8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/unisys/include/uisutils.

[PATCH 33/67] staging: unisys: get rid of typedef for EVENT_PC

2014-09-30 Thread Benjamin Romer
Just switch EVENT_PC over to enum event_pc. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/guestlinuxdebug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/guestlinuxdebug.h b/drivers/staging/unisys/include/guestlinuxdebu

[PATCH 38/67] staging: unisys: fix CamelCase in struct req_handler_info

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: switchTypeGuid => switch_uuid Server_Channel_Ok => server_channel_ok channelBytes => channel_bytes Server_Channel_Init => server_channel_init clientStr => client_str clientStrLen => client_str_len Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h |

[PATCH 53/67] staging: unisys: Fix CamelCase in uislib_client_inject_add_vnic()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: busNo => bus_no devNo => dev_no instGuid => inst_uuid Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 4 ++-- drivers/staging/unisys/uislib/uislib.c| 18 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dr

[PATCH 30/67] staging: unisys: fix CamelCase in bus_device_info_init()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: BusDeviceInfo_Init => bus_device_info_init pBusDeviceInfo => bus_device_info_ptr deviceType => dev_type driverName => driver_name verTag => ver_tag Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/vbushelper.h| 26 -- drivers/stagi

[PATCH 08/67] staging: unisys: fix CamelCase names in struct uisqueue_info

2014-09-30 Thread Benjamin Romer
Clean up CamelCase names: Reserved1 => reserved1 Reserved2 => reserved2 Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/include/

[PATCH 32/67] staging: unisys: get rid of typedef for DRIVER_PC

2014-09-30 Thread Benjamin Romer
Simply switch DRIVER_PC to enum driver_pc. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/guestlinuxdebug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/guestlinuxdebug.h b/drivers/staging/unisys/include/guestlinuxdebug

[PATCH 45/67] staging: unisys: fix CamelCase in uisctrl_unregister_req_handler_ex

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: switchTypeGuid => switch_uuid Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/uislib/uisutils.c | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/unisys/include/uisutil

[PATCH 11/67] staging: unisys: remove uisqueue_send_int_if_needed()

2014-09-30 Thread Benjamin Romer
This function is not used anywhere, so remove it. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/include/uisqueue.h index 77a2a73..95695d8 100

[PATCH 63/67] staging: unisys: Fix CamelCase in Issue_VMCALL_CHANNEL_MISMATCH()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: Issue_VMCALL_CHANNEL_MISMATCH => issue_vmcall_channel_mismatch ChannelName => chname ItemName => item_name SourceLineNumber => line_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions

[PATCH 13/67] staging: unisys: clean up GUESTPART_MSG_TYPE typedef

2014-09-30 Thread Benjamin Romer
Switch GUESTPART_MSG_TYPE over to enum guestpart_msg_type. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/include/uisqueue.h

[PATCH 09/67] staging: unisys: Clean up CamelCase in send_int_if_needed()

2014-09-30 Thread Benjamin Romer
Clean up CamelCase names: issueInterruptIfEmpty => issue_irq_if_empty interruptHandle => irq_handle Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/uisqueue.h b/dri

[PATCH 17/67] staging: unisys: fix CamelCase struct name NetworkPolicy

2014-09-30 Thread Benjamin Romer
Clean up CamelCase name: NetworkPolicy => network_policy Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/include/uisqueue.h index 35

[PATCH 35/67] staging: unisys: fix CamelCase name for registered services variable

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: UisUtils_Registered_Services => uisutils_registered_services Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/uislib/uislib.c| 2 +- drivers/staging/unisys/uislib/uisutils.c | 10 +- 3 files changed, 7

[PATCH 42/67] staging: unisys: fix indentation in req_handler_info

2014-09-30 Thread Benjamin Romer
Fix the indentation around server_channel_init, so the parameters line up nicely. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/uisutils.h b/drivers/staging/unisy

[PATCH 60/67] staging: unisys: fix Issue_VMCALL_QUERY_GUEST_VIRTUAL_TIME_OFFSET()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: Issue_VMCALL_QUERY_GUEST_VIRTUAL_TIME_OFFSET => issue_vmcall_query_guest_virtual_time_offset Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/visorchipset/file.c | 2 +- 2 files changed, 2 insertions(+), 2 de

[PATCH 22/67] staging: unisys: fix CamelCase definitions in struct io_msgs

2014-09-30 Thread Benjamin Romer
Clean up CamelCase names: extPort => ext_port Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/include/uisqueue.h index f4ba4b8..9bc6

[PATCH 04/67] staging: unisys: remove stray blank line in timskmod.h

2014-09-30 Thread Benjamin Romer
Just cleaning up the extra blank line from here. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/timskmod.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/unisys/include/timskmod.h b/drivers/staging/unisys/include/timskmod.h index ee7e85f..0f59b3c 100644 ---

[PATCH 50/67] staging: unisys: Fix CamelCase in uislib_client_inject_pause_vhba()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: busNo => bus_no devNo => dev_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/uislib/uislib.c| 8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/unisys/include/uisutils.

[PATCH 43/67] staging: unisys: fix CamelCase in uisctrl_register_req_handler

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: chipset_driverInfo => chipset_driver_info Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/uislib/uisutils.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/unisys/include/u

[PATCH 67/67] staging: unisys: Fix CamelCase in uislib_force_channel_interrupt()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: busNo => bus_no devNo => dev_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/uislib/uislib.c| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/uisutils.h b/d

[PATCH 16/67] staging: unisys: clean up CamelCase in DEDICATED_SWITCH() macro

2014-09-30 Thread Benjamin Romer
Clean up CamelCase names: pSwitch => s Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/include/uisqueue.h index 02cd905..35d5f89

[PATCH 25/67] staging: unisys: clean up CamelCase names in struct add_virt_guestpart

2014-09-30 Thread Benjamin Romer
Clean up CamelCase names: busNo => bus_no deviceNo => device_no devInstGuid => instance_uuid Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisqueue.h | 6 +++--- drivers/staging/unisys/uislib/uislib.c| 12 ++-- drivers/staging/unisys/virtpci/virtpci.c | 13 ++

[PATCH 66/67] staging: unisys: Fix CamelCase in uislib_disable_channel_interrupts()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: busNo => bus_no devNo => dev_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/uislib/uislib.c| 8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/unisys/include/uisutils.

[PATCH 54/67] staging: unisys: Fix CamelCase in uislib_client_inject_pause_vnic()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: busNo => bus_no devNo => dev_no Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 2 +- drivers/staging/unisys/uislib/uislib.c| 8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/unisys/include/uisutils.

[PATCH 49/67] staging: unisys: Fix CamelCase in uislib_client_inject_add_vhba()

2014-09-30 Thread Benjamin Romer
Clean up CamelCase names: busNo => bus_no devNo => dev_no instGuid => inst_uuid Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 4 ++-- drivers/staging/unisys/uislib/uislib.c| 18 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git

[PATCH 59/67] staging: unisys: Fix CamelCase in Issue_VMCALL_IO_VISORSERIAL_ADDR()

2014-09-30 Thread Benjamin Romer
Fix CamelCase names: Issue_VMCALL_IO_VISORSERIAL_ADDR => issue_vmcall_io_visorserial_addr DiagChannelAddress => channel_addr Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/uisutils.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/unisys

Re: [PATCH v3 2/3] drivers: staging: skein: In progress

2014-09-30 Thread Greg KH
On Tue, Sep 30, 2014 at 02:00:05AM -0500, Eric Rost wrote: > In progress commit > Signed-off-by: Eric Rost > --- What does this mean? And you need a blank line before your signed-off-by: line. thanks, greg k-h ___ devel mailing list de...@linuxdriver

Re: [PATCH] staging: r8192ee: Remove staging driver

2014-09-30 Thread Greg KH
On Tue, Sep 30, 2014 at 09:48:19AM -0500, Larry Finger wrote: > A new version of this driver has been merged into the regular wireless tree. > The staging version is hereby removed. > > Signed-off-by: Larry Finger > --- > > Greg, > > I'll see if I can get this one right. This should apply to th

[PATCH] Staging: Android: alarm-dev: Fixed a y2038 issue

2014-09-30 Thread Somya Anand
Fixed y2038 issue by replacing timespec with timespec64. Signed-off-by: Somya Anand --- drivers/staging/android/alarm-dev.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/staging/android/alarm-dev.c b/drivers/staging/android/alarm-dev.c index ff4b3e8..

[PATCH] staging: et131x: remove unneccessary 'out of memory' message

2014-09-30 Thread Karthik Nayak
Removes the 'out of memory' warning issues by checkpatch Signed-off-by: Karthik Nayak --- drivers/staging/et131x/et131x.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c index 41fcaa0..f1a9296 100644 --- a/drivers/staging/et131

[PATCH] staging: bcm: multiple checkpatch fixes for InterfaceIdleMode.c

2014-09-30 Thread Karthik Nayak
1. WARNING: else is not generally useful after a break or return 2. WARNING: quoted string split across lines 3. WARNING: break quoted strings at a space character Signed-off-by: Karthik Nayak --- drivers/staging/bcm/InterfaceIdleMode.c | 11 +-- 1 file changed, 5 insertions(+), 6 dele

Re: [PATCH] staging: et131x: remove unneccessary 'out of memory' message

2014-09-30 Thread Fabio Estevam
On Tue, Sep 30, 2014 at 2:19 PM, Karthik Nayak wrote: > Removes the 'out of memory' warning issues by checkpatch > > Signed-off-by: Karthik Nayak > --- > drivers/staging/et131x/et131x.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et13

Re: [PATCH] staging: et131x: remove unneccessary 'out of memory' message

2014-09-30 Thread karthik nayak
Oops, i sent the old commit again, sorry! Regards, Karthik Nayak On Tue, Sep 30, 2014 at 11:10 PM, Fabio Estevam wrote: > On Tue, Sep 30, 2014 at 2:19 PM, Karthik Nayak wrote: >> Removes the 'out of memory' warning issues by checkpatch >> >> Signed-off-by: Karthik Nayak >> --- >> drivers/stag

[PATCH] staging: et131x: remove unneccessary 'out of memory' message

2014-09-30 Thread Karthik Nayak
Removes the 'out of memory' warning issued by checkpatch Signed-off-by: Karthik Nayak --- drivers/staging/et131x/et131x.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c index 41fcaa0..f92cceb 100644 --- a/d

[PATCH] staging: bcm: remove unnecessary else statement

2014-09-30 Thread Karthik Nayak
Removed the else statement occurring after an if statement with a return value as per checkpatch warning. Signed-off-by: Karthik Nayak --- drivers/staging/bcm/InterfaceMisc.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/InterfaceMisc.c b/drive

Re: [PATCH] staging: bcm: multiple checkpatch fixes for InterfaceIdleMode.c

2014-09-30 Thread Mark Einon
On Tue, Sep 30, 2014 at 10:56:17PM +0530, Karthik Nayak wrote: > 1. WARNING: else is not generally useful after a break or return > > 2. WARNING: quoted string split across lines > > 3. WARNING: break quoted strings at a space character > > Signed-off-by: Karthik Nayak > --- Hi again, You pro

Re: [PATCH] staging: et131x: remove unneccessary 'out of memory' message

2014-09-30 Thread Mark Einon
On Tue, Sep 30, 2014 at 11:25:43PM +0530, Karthik Nayak wrote: > Removes the 'out of memory' warning issued by checkpatch > > Signed-off-by: Karthik Nayak > --- Hi, I'm not sure which tree you're working agianst, but this change has already been made and is on both staging-next and linux-next.

[PATCH] et131x: Promote staging et131x driver to drivers/net

2014-09-30 Thread Mark Einon
This patch moves the et131x gigabit ethernet driver from drivers/staging to drivers/net/ethernet/agere. Signed-off-by: Mark Einon --- This patch appiles to both staging-next and the linux-next tag next-20140930, and takes into account all feedback recieved from the recent RFC for this patch

Re: [PATCH] et131x: Promote staging et131x driver to drivers/net

2014-09-30 Thread Greg KH
On Tue, Sep 30, 2014 at 08:16:12PM +0100, Mark Einon wrote: > This patch moves the et131x gigabit ethernet driver from drivers/staging > to drivers/net/ethernet/agere. > > Signed-off-by: Mark Einon > --- > > This patch appiles to both staging-next and the linux-next tag

Re: [PATCH] et131x: Promote staging et131x driver to drivers/net

2014-09-30 Thread Mark Einon
On Tue, Sep 30, 2014 at 12:32:01PM -0700, Greg KH wrote: > > This is a fine way to make a patch, but it's no way that any of the > netdev developers could ever review it to know what the code happens to > look like in my staging-next branch :( > > How about just sending a patch that adds the driv

Re: Aw: Re: [PATCH 1/1] staging : android : sync : get_unused_fd

2014-09-30 Thread Yann Droneaud
Hi, Le lundi 29 septembre 2014 à 23:19 +0200, Heinrich Schuchardt a écrit : > > Gesendet: Montag, 29. September 2014 um 20:03 Uhr > > Von: "Yann Droneaud" > > An: "Heinrich Schuchardt" > > Cc: "Greg Kroah-Hartman" , "Colin Cross" > > , "John Stultz" , "Daniel > > Vetter" , "Sumit Semwal" , >

Re: [PATCH v3 2/3] drivers: staging: skein: In progress

2014-09-30 Thread Eric Rost
On Tue, 2014-09-30 at 09:21 -0700, Greg KH wrote: > On Tue, Sep 30, 2014 at 02:00:05AM -0500, Eric Rost wrote: > > In progress commit > > Signed-off-by: Eric Rost > > --- > > What does this mean? > > And you need a blank line before your signed-off-by: line. > > thanks, > > greg k-h It means

[PATCH v4 1/2] staging: skein: Whitespace cleanup

2014-09-30 Thread Eric Rost
Pretties up multiline #defines and many other whitespace issues Signed-off-by: Eric Rost --- drivers/staging/skein/skein_block.c | 585 +++ 1 file changed, 315 insertions(+), 270 deletions(-) diff --git a/drivers/staging/skein/skein_block.c b/drivers/staging/sk

[PATCH v4 0/2] staging: skein: Fixes Conditional white space problems

2014-09-30 Thread Eric Rost
This patchset fixes the following checkpatch.pl Warnings in skein_block.c: WARNING: suspect code indent for conditional statements (16, 16) + for (r = 1; r < 2 * RCNT; r += 2 * SKEIN_UNROLL_512) [...] + { WARNING: suspect code indent for conditional statements (16, 16)

  1   2   >