Re: [PATCH 5/5] Staging: comedi: Fix type issue in ni_tio.c

2016-03-14 Thread Joe Perches
On Mon, 2016-03-14 at 16:36 +0530, Ravishankar Karkala Mallikarjunayya wrote: > This is a patch to the ni_tio.c file that fixes up a type issues > found by the checkpatch.pl tool. > i.e. Prefer kernel type 'u64' over 'uint64_t' [] > diff --git a/drivers/staging/comedi/drivers/ni_tio.c >

[PATCH 5/5] Staging: comedi: Fix type issue in ni_tio.c

2016-03-14 Thread Ravishankar Karkala Mallikarjunayya
This is a patch to the ni_tio.c file that fixes up a type issues found by the checkpatch.pl tool. i.e. Prefer kernel type 'u64' over 'uint64_t' Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/ni_tio.c | 8 1 file changed,

Re: [PATCH 5/5] Staging: comedi: fix type issue in ni_tio.c

2016-03-10 Thread Ian Abbott
On 10/03/16 06:52, Ravishankar Karkala Mallikarjunayya wrote: This is a patch to the ni_tio.c file that fixes up a type issues found by the checkpatch.pl tool. i.e. Prefer kernel type 'u64' over 'uint64_t' Signed-off-by: Ravishankar Karkala Mallikarjunayya ---

[PATCH 5/5] Staging: comedi: fix type issue in ni_tio.c

2016-03-09 Thread Ravishankar Karkala Mallikarjunayya
This is a patch to the ni_tio.c file that fixes up a type issues found by the checkpatch.pl tool. i.e. Prefer kernel type 'u64' over 'uint64_t' Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/ni_tio.c | 8 1 file changed,