[PATCH] memremap: Remove unused align_* variables

2016-12-07 Thread Kirtika Ruchandani
...@intel.com> Signed-off-by: Kirtika Ruchandani <kirt...@chromium.org> --- kernel/memremap.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kernel/memremap.c b/kernel/memremap.c index b501e39..8dde681 100644 --- a/kernel/memremap.c +++ b/kernel/memrem

[PATCH] memremap: Remove unused align_* variables

2016-12-07 Thread Kirtika Ruchandani
/memremap.c:199:48: warning: variable ‘align_end’ set but not used [-Wunused-but-set-variable] The call to resource_size has no side-effects and is safe to remove. Fixes: eb7d78c9e7f6 ("devm_memremap_pages: fix vmem_altmap lifetime + alignment handling") Cc: Dan Williams Signed-off-b

[PATCH] ASoC: Intel: Skylake: remove unused 'runtime' variable

2016-12-07 Thread Kirtika Ruchandani
Add Skylake HDA platform driver") Cc: Jeeja KP <jeeja...@intel.com> Cc: Subhransu S. Prusty <subhransu.s.pru...@intel.com> Cc: Vinod Koul <vinod.k...@intel.com> Cc: Mark Brown <broo...@kernel.org> Signed-off-by: Kirtika Ruchandani <kirt...@chromium.org> --- sound/soc

[PATCH] ASoC: Intel: Skylake: remove unused 'runtime' variable

2016-12-07 Thread Kirtika Ruchandani
Add Skylake HDA platform driver") Cc: Jeeja KP Cc: Subhransu S. Prusty Cc: Vinod Koul Cc: Mark Brown Signed-off-by: Kirtika Ruchandani --- sound/soc/intel/skylake/skl-pcm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sound/soc/intel/skylake/skl-pcm.c b/sound/soc/intel/skylake/skl

[PATCH] ASoC: Intel: Skylake: remove unused 'out_fmt' variable

2016-12-07 Thread Kirtika Ruchandani
.abdul...@intel.com> Cc: Jeeja KP <jeeja...@intel.com> Cc: Subhransu S. Prusty <subhransu.s.pru...@intel.com> Cc: Vinod Koul <vinod.k...@intel.com> Cc: Mark Brown <broo...@kernel.org> Signed-off-by: Kirtika Ruchandani <kirt...@chromium.org> --- sound/soc/int

[PATCH] ASoC: Intel: Skylake: remove unused 'out_fmt' variable

2016-12-07 Thread Kirtika Ruchandani
Cc: Vinod Koul Cc: Mark Brown Signed-off-by: Kirtika Ruchandani --- sound/soc/intel/skylake/skl-topology.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sound/soc/intel/skylake/skl-topology.c b/sound/soc/intel/skylake/skl-topology.c index bd313c9..4352236a 100644 --- a

[PATCH] cpuset: Remove unused 'struct cpuset*' variable

2016-11-24 Thread Kirtika Ruchandani
lti-destination migration from subtree_control enabling"). Cc: Tejun Heo <t...@kernel.org> Signed-off-by: Kirtika Ruchandani <kirt...@chromium.org> --- kernel/cpuset.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/cpuset.c b/kernel/cpuset.c index 29f815d..af51460 10

[PATCH] cpuset: Remove unused 'struct cpuset*' variable

2016-11-24 Thread Kirtika Ruchandani
lti-destination migration from subtree_control enabling"). Cc: Tejun Heo Signed-off-by: Kirtika Ruchandani --- kernel/cpuset.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/cpuset.c b/kernel/cpuset.c index 29f815d..af51460 100644 --- a/kernel/cpuset.c +++ b/kernel/cpuset.c

[PATCH] regmap: cache: Remove unused 'blksize' variable

2016-11-24 Thread Kirtika Ruchandani
fsonmicro.com> Cc: Mark Brown <broo...@opensource.wolfsonmicro.com> Signed-off-by: Kirtika Ruchandani <kirt...@chromium.org> --- drivers/base/regmap/regcache-lzo.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/base/regmap/regcache-lzo.c b/drivers/ba

[PATCH] regmap: cache: Remove unused 'blksize' variable

2016-11-24 Thread Kirtika Ruchandani
ksize’ set but not used [-Wunused-but-set-variable] size_t blksize, tmp_dst_len; ^ These are harmless warnings and are only being fixed to reduce the noise with W=1 in the kernel. Fixes: 2cbbb579bcbe ("regmap: Add the LZO cache support") Cc: Dimitris Papastamos Cc: Mark Brown Si

[PATCH] net/wireless: Fix 'multiple blank lines' check

2016-05-31 Thread Kirtika Ruchandani
This patch fixes the checkpatch.pl check "Please don't use multiple blank lines" for all files in net/wireless, except nl80211.c which is covered in a separated patch. Signed-off-by: Kirtika Ruchandani <kirtika.ruchand...@gmail.com> --- net/wireless/ap.c | 1 - net

[PATCH] net/wireless: Fix 'multiple blank lines' check

2016-05-31 Thread Kirtika Ruchandani
This patch fixes the checkpatch.pl check "Please don't use multiple blank lines" for all files in net/wireless, except nl80211.c which is covered in a separated patch. Signed-off-by: Kirtika Ruchandani --- net/wireless/ap.c | 1 - net/wireless/chan.c| 3 --- net/wirel

[PATCH] cfg80211: Fix checkpatch issues

2016-05-28 Thread Kirtika Ruchandani
- fix line over 80 chars - match alignment of function arguments to open parentheses Signed-off-by: Kirtika Ruchandani <kirtika.ruchand...@gmail.com> --- net/wireless/core.c | 73 +++-- net/wireless/core.h | 33 +--- 2 files c

[PATCH] cfg80211: Fix checkpatch issues

2016-05-28 Thread Kirtika Ruchandani
- fix line over 80 chars - match alignment of function arguments to open parentheses Signed-off-by: Kirtika Ruchandani --- net/wireless/core.c | 73 +++-- net/wireless/core.h | 33 +--- 2 files changed, 49 insertions(+), 57

[PATCH] cfg80211: Fix checkpatch issues

2016-05-28 Thread Kirtika Ruchandani
- fix line over 80 chars - match alignment of function arguments to open parentheses Signed-off-by: Kirtika Ruchandani <kirtika.ruchand...@gmail.com> --- net/wireless/core.c | 73 +++-- net/wireless/core.h | 33 +--- 2 files c

[PATCH] cfg80211: Fix checkpatch issues

2016-05-28 Thread Kirtika Ruchandani
- fix line over 80 chars - match alignment of function arguments to open parentheses Signed-off-by: Kirtika Ruchandani --- net/wireless/core.c | 73 +++-- net/wireless/core.h | 33 +--- 2 files changed, 49 insertions(+), 57