mbox series

[v2,0/2] Staging: vchi: Add license id and change int type

Message ID 20181113003733.9615-1-andrealmeid@riseup.net
Headers show
Series Staging: vchi: Add license id and change int type | expand

Message

andrealmeid@riseup.net Nov. 13, 2018, 12:37 a.m. UTC
From: André Almeida <andrealmeid@riseup.net>

Fix the following checkpatch issues:

WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
CHECK: Prefer kernel type 's32' over 'int32_t'

Changes in v2:
- Splits commits in a patch set
- Fixes licenses in SPDX identifier
- Adds a more descriptive commit message

v1: https://www.spinics.net/lists/arm-kernel/msg685603.html

André Almeida (2):
  staging: vchi: change type 'int32_t' to 's32'
  stagin: vchi: Add SPDX-License-Identifier

 drivers/staging/vc04_services/interface/vchi/vchi_mh.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Stefan Wahren Nov. 14, 2018, 1:17 p.m. UTC | #1
Hi Andre,

Am 13.11.2018 um 01:37 schrieb andrealmeid@riseup.net:
> From: André Almeida <andrealmeid@riseup.net>
>
> Fix the following checkpatch issues:
>
> WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
> CHECK: Prefer kernel type 's32' over 'int32_t'
>
> Changes in v2:
> - Splits commits in a patch set
> - Fixes licenses in SPDX identifier
> - Adds a more descriptive commit message
>
> v1: https://www.spinics.net/lists/arm-kernel/msg685603.html
>
> André Almeida (2):
>   staging: vchi: change type 'int32_t' to 's32'
>   stagin: vchi: Add SPDX-License-Identifier
>
>  drivers/staging/vc04_services/interface/vchi/vchi_mh.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
sorry i didn't noticed this before my Ack, but Nicolas wants to remove
the whole file in his patch series.

Stefan