diff for duplicates of <1465310156.25087.19.camel@perches.com> diff --git a/a/1.txt b/N1/1.txt index d0e785e..914fa7d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,23 +9,23 @@ On Tue, 2016-06-07 at 12:50 +0200, Jens Wiklander wrote: > > > CHECK: Alignment should match open parenthesis > > > #512: FILE: drivers/tee/tee.c:375: > > > +static int tee_ioctl_close_session(struct tee_context *ctx, -> > > +??????????????struct tee_ioctl_close_session_arg __user *uarg) +> > > + struct tee_ioctl_close_session_arg __user *uarg) > > > CHECK: Alignment should match open parenthesis > > > #1607: FILE: drivers/tee/tee_shm_pool.c:103: > > > +struct tee_shm_pool *tee_shm_pool_alloc_res_mem(struct device *dev, -> > > +??????????????????????struct tee_shm_pool_mem_info *priv_info, +> > > + struct tee_shm_pool_mem_info *priv_info, > > > CHECK: Alignment should match open parenthesis > The alternative is to format it as: > struct tee_shm_pool *tee_shm_pool_alloc_res_mem(struct device *dev, -> ????????????????????????????????????????????????struct tee_shm_pool_mem_info -> ????????????????????????????????????????????????????????*priv_info, -> ????????????????????????????????????????????????struct tee_shm_pool_mem_info -> ????????????????????????????????????????????????????????*dmabuf_info) +> struct tee_shm_pool_mem_info +> *priv_info, +> struct tee_shm_pool_mem_info +> *dmabuf_info) > But that is a bit awkward. I'd like to keep it as it is if you don't mind. another style uses a separate line for the return type struct tee_shm_pool * tee_shm_pool_alloc_res_mem(struct device *dev, - ? ?struct tee_shm_pool_mem_info *priv_info, - ? ?struct tee_shm_pool_mem_info *dmabuf_info) + struct tee_shm_pool_mem_info *priv_info, + struct tee_shm_pool_mem_info *dmabuf_info) diff --git a/a/content_digest b/N1/content_digest index fd24440..ac82d86 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,10 +2,27 @@ "ref\01464784888-19854-3-git-send-email-jens.wiklander@linaro.org\0" "ref\05755EECA.6040606@ti.com\0" "ref\020160607105015.GA18132@ermac\0" - "From\0joe@perches.com (Joe Perches)\0" - "Subject\0[PATCH v10 2/4] tee: generic TEE subsystem\0" + "From\0Joe Perches <joe@perches.com>\0" + "Subject\0Re: [PATCH v10 2/4] tee: generic TEE subsystem\0" "Date\0Tue, 07 Jun 2016 07:35:56 -0700\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jens Wiklander <jens.wiklander@linaro.org>" + " Nishanth Menon <nm@ti.com>\0" + "Cc\0linux-kernel@vger.kernel.org" + linux-arm-kernel@lists.infradead.org + devicetree@vger.kernel.org + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Al Viro <viro@zeniv.linux.org.uk> + Andreas Dannenberg <dannenberg@ti.com> + valentin.manea@huawei.com + jean-michel.delorme@st.com + emmanuel.michel@st.com + javier@javigon.com + Jason Gunthorpe <jgunthorpe@obsidianresearch.com> + Mark Rutland <mark.rutland@arm.com> + Michal Simek <michal.simek@xilinx.com> + Rob Herring <robh+dt@kernel.org> + Will Deacon <will.deacon@arm.com> + " Arnd Bergmann <arnd@arndb.de>\0" "\00:1\0" "b\0" "On Tue, 2016-06-07 at 12:50 +0200, Jens Wiklander wrote:\n" @@ -19,25 +36,25 @@ "> > > CHECK: Alignment should match open parenthesis\n" "> > > #512: FILE: drivers/tee/tee.c:375:\n" "> > > +static int tee_ioctl_close_session(struct tee_context *ctx,\n" - "> > > +??????????????struct tee_ioctl_close_session_arg __user *uarg)\n" + "> > > +\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240struct tee_ioctl_close_session_arg __user *uarg)\n" "> > > CHECK: Alignment should match open parenthesis\n" "> > > #1607: FILE: drivers/tee/tee_shm_pool.c:103:\n" "> > > +struct tee_shm_pool *tee_shm_pool_alloc_res_mem(struct device *dev,\n" - "> > > +??????????????????????struct tee_shm_pool_mem_info *priv_info,\n" + "> > > +\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240struct tee_shm_pool_mem_info *priv_info,\n" "> > > CHECK: Alignment should match open parenthesis\n" "> The alternative is to format it as:\n" "> struct tee_shm_pool *tee_shm_pool_alloc_res_mem(struct device *dev,\n" - "> ????????????????????????????????????????????????struct tee_shm_pool_mem_info\n" - "> ????????????????????????????????????????????????????????*priv_info,\n" - "> ????????????????????????????????????????????????struct tee_shm_pool_mem_info\n" - "> ????????????????????????????????????????????????????????*dmabuf_info)\n" + "> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240struct tee_shm_pool_mem_info\n" + "> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240*priv_info,\n" + "> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240struct tee_shm_pool_mem_info\n" + "> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240*dmabuf_info)\n" "> But that is a bit awkward. I'd like to keep it as it is if you don't mind.\n" "\n" "another style uses a separate line for the return type\n" "\n" "struct tee_shm_pool *\n" "tee_shm_pool_alloc_res_mem(struct device *dev,\n" - "\t\t\t? ?struct tee_shm_pool_mem_info *priv_info,\n" - "\t\t\t? ?struct tee_shm_pool_mem_info *dmabuf_info)" + "\t\t\t\302\240 \302\240struct tee_shm_pool_mem_info *priv_info,\n" + "\t\t\t\302\240 \302\240struct tee_shm_pool_mem_info *dmabuf_info)" -c0b26e6a28981625cbc6e2a825d4754b819ebce4ee6f38b8b5919de83d96615a +2f62f71832de7bb7f1234e047629c567e2e034b8d324f1b2f75743159d9fb430
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.