[PATCH] media: vicodec>: get_next_header is static

2019-01-26 Thread Mauro Carvalho Chehab
drivers/media/platform/vicodec/vicodec-core.c:drivers/media/platform/vicodec/vicodec-core.c:210:23: warning: symbol 'get_next_header' was not declared. Should it be static? drivers/media/platform/vicodec/vicodec-core.c:210:23: warning: no previous prototype for 'get_next_header' [-Wmissing-proto

Re: [PATCH 0/2] Korean translation of memory-barriers.txt update

2019-01-26 Thread Paul E. McKenney
On Fri, Jan 25, 2019 at 06:55:46AM +0900, SeongJae Park wrote: > This patchset updates the Korean translation of memory-barriers.txt to follow > latest changes. It has been reviewed by my one Korean colleague. > > SeongJae Park (2): > sched/Documentation/kokr: Update Korean translation to updat

Re: [PATCH RESEND] ARM: Ensure that NEON code always compiles with Clang

2019-01-26 Thread Stefan Agner
On 26.01.2019 05:01, Nathan Chancellor wrote: > While building arm32 allyesconfig, I ran into the following errors: > > arch/arm/lib/xor-neon.c:17:2: error: You should compile this file with > '-mfloat-abi=softfp -mfpu=neon' > > In file included from lib/raid6/neon1.c:27: > /home/nathan/c

Re: [PATCH v4] kbuild: Add support for DT binding schema checks

2019-01-26 Thread Rob Herring
On Wed, Jan 23, 2019 at 9:33 AM Geert Uytterhoeven wrote: > > Hi Rob, > > On Tue, Dec 11, 2018 at 9:24 PM Rob Herring wrote: > > This adds the build infrastructure for checking DT binding schema > > documents and validating dts files using the binding schema. > > > > Check DT binding schema docum