diff for duplicates of <20171222101755.5b307299@xps13> diff --git a/a/1.txt b/N1/1.txt index f570aa8..a2d0fca 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,7 @@ Gregory CLEMENT <gregory.clement@free-electrons.com> wrote: > Hi Miquel, > -> On mar., déc. 19 2017, Miquel Raynal +> On mar., d?c. 19 2017, Miquel Raynal > <miquel.raynal@free-electrons.com> wrote: > > > From: Baruch Siach <baruch@tkos.co.il> @@ -123,12 +123,12 @@ Gregory CLEMENT <gregory.clement@free-electrons.com> wrote: > from include/linux/kobject.h:20, > from include/linux/device.h:17, > from drivers/thermal/armada_thermal.c:16: -> drivers/thermal/armada_thermal.c: In function ‘armada_get_temp’: +> drivers/thermal/armada_thermal.c: In function ?armada_get_temp?: > include/asm-generic/div64.h:208:28: warning: comparison of distinct > pointer types lacks a cast (void)(((typeof((n)) *)0) == ((uint64_t > *)0)); \ ^ > drivers/thermal/armada_thermal.c:247:2: note: in expansion of macro -> ‘do_div’ do_div(*temp, div); +> ?do_div? do_div(*temp, div); > ^~~~~~ > In file included from include/linux/ioport.h:13:0, > from include/linux/device.h:16, @@ -136,11 +136,11 @@ Gregory CLEMENT <gregory.clement@free-electrons.com> wrote: > include/asm-generic/div64.h:221:25: warning: right shift count >= > width of type [-Wshift-count-overflow] } else if (likely(((n) >> 32) > == 0)) { \ ^ -> include/linux/compiler.h:175:40: note: in definition of macro ‘likely’ +> include/linux/compiler.h:175:40: note: in definition of macro ?likely? > # define likely(x) __builtin_expect(!!(x), 1) > ^ > drivers/thermal/armada_thermal.c:247:2: note: in expansion of macro -> ‘do_div’ do_div(*temp, div); +> ?do_div? do_div(*temp, div); > ^~~~~~ > In file included from arch/arm/include/asm/div64.h:127:0, > from include/linux/kernel.h:173, @@ -149,18 +149,18 @@ Gregory CLEMENT <gregory.clement@free-electrons.com> wrote: > from include/linux/device.h:17, > from drivers/thermal/armada_thermal.c:16: > include/asm-generic/div64.h:225:22: error: passing argument 1 of -> ‘__div64_32’ from incompatible pointer type +> ?__div64_32? from incompatible pointer type > [-Werror=incompatible-pointer-types] __rem = __div64_32(&(n), > __base); \ ^ drivers/thermal/armada_thermal.c:247:2: note: in -> expansion of macro ‘do_div’ do_div(*temp, div); +> expansion of macro ?do_div? do_div(*temp, div); > ^~~~~~ > In file included from include/linux/kernel.h:173:0, > from include/linux/list.h:9, > from include/linux/kobject.h:20, > from include/linux/device.h:17, > from drivers/thermal/armada_thermal.c:16: -> arch/arm/include/asm/div64.h:33:24: note: expected ‘uint64_t * {aka -> long long unsigned int *}’ but argument is of type ‘int *’ static +> arch/arm/include/asm/div64.h:33:24: note: expected ?uint64_t * {aka +> long long unsigned int *}? but argument is of type ?int *? static > inline uint32_t __div64_32(uint64_t *n, uint32_t base) > @@ -169,10 +169,4 @@ not with the 64-bit one. Anyway I fixed it and tested on a 32-bit platform also. Thanks for reporting it. -Miquèl - - -_______________________________________________ -linux-arm-kernel mailing list -linux-arm-kernel@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-arm-kernel +Miqu?l diff --git a/a/content_digest b/N1/content_digest index 148c666..c62c5b2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,22 +1,10 @@ "ref\020171219135719.9531-1-miquel.raynal@free-electrons.com\0" "ref\020171219135719.9531-7-miquel.raynal@free-electrons.com\0" "ref\087zi6dg0e1.fsf@free-electrons.com\0" - "From\0Miquel RAYNAL <miquel.raynal@free-electrons.com>\0" - "Subject\0Re: [PATCH v5 06/11] thermal: armada: Add support for Armada AP806\0" + "From\0miquel.raynal@free-electrons.com (Miquel RAYNAL)\0" + "Subject\0[PATCH v5 06/11] thermal: armada: Add support for Armada AP806\0" "Date\0Fri, 22 Dec 2017 10:17:55 +0100\0" - "To\0Gregory CLEMENT <gregory.clement@free-electrons.com>\0" - "Cc\0Mark Rutland <mark.rutland@arm.com>" - devicetree@vger.kernel.org - Baruch Siach <baruch@tkos.co.il> - Nadav Haklai <nadavh@marvell.com> - linux-pm@vger.kernel.org - Antoine Tenart <antoine.tenart@free-electrons.com> - Eduardo Valentin <edubezval@gmail.com> - David Sniatkiwicz <davidsn@marvell.com> - Rob Herring <robh+dt@kernel.org> - Zhang Rui <rui.zhang@intel.com> - Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hello Gregory,\n" @@ -26,7 +14,7 @@ "\n" "> Hi Miquel,\n" "> \n" - "> On mar., d\303\251c. 19 2017, Miquel Raynal\n" + "> On mar., d?c. 19 2017, Miquel Raynal\n" "> <miquel.raynal@free-electrons.com> wrote:\n" "> \n" "> > From: Baruch Siach <baruch@tkos.co.il>\n" @@ -144,12 +132,12 @@ "> from include/linux/kobject.h:20,\n" "> from include/linux/device.h:17,\n" "> from drivers/thermal/armada_thermal.c:16:\n" - "> drivers/thermal/armada_thermal.c: In function \342\200\230armada_get_temp\342\200\231:\n" + "> drivers/thermal/armada_thermal.c: In function ?armada_get_temp?:\n" "> include/asm-generic/div64.h:208:28: warning: comparison of distinct\n" "> pointer types lacks a cast (void)(((typeof((n)) *)0) == ((uint64_t\n" "> *)0)); \\ ^\n" "> drivers/thermal/armada_thermal.c:247:2: note: in expansion of macro\n" - "> \342\200\230do_div\342\200\231 do_div(*temp, div);\n" + "> ?do_div? do_div(*temp, div);\n" "> ^~~~~~\n" "> In file included from include/linux/ioport.h:13:0,\n" "> from include/linux/device.h:16,\n" @@ -157,11 +145,11 @@ "> include/asm-generic/div64.h:221:25: warning: right shift count >=\n" "> width of type [-Wshift-count-overflow] } else if (likely(((n) >> 32)\n" "> == 0)) { \\ ^\n" - "> include/linux/compiler.h:175:40: note: in definition of macro \342\200\230likely\342\200\231\n" + "> include/linux/compiler.h:175:40: note: in definition of macro ?likely?\n" "> # define likely(x) __builtin_expect(!!(x), 1)\n" "> ^\n" "> drivers/thermal/armada_thermal.c:247:2: note: in expansion of macro\n" - "> \342\200\230do_div\342\200\231 do_div(*temp, div);\n" + "> ?do_div? do_div(*temp, div);\n" "> ^~~~~~\n" "> In file included from arch/arm/include/asm/div64.h:127:0,\n" "> from include/linux/kernel.h:173,\n" @@ -170,18 +158,18 @@ "> from include/linux/device.h:17,\n" "> from drivers/thermal/armada_thermal.c:16:\n" "> include/asm-generic/div64.h:225:22: error: passing argument 1 of\n" - "> \342\200\230__div64_32\342\200\231 from incompatible pointer type\n" + "> ?__div64_32? from incompatible pointer type\n" "> [-Werror=incompatible-pointer-types] __rem = __div64_32(&(n),\n" "> __base); \\ ^ drivers/thermal/armada_thermal.c:247:2: note: in\n" - "> expansion of macro \342\200\230do_div\342\200\231 do_div(*temp, div);\n" + "> expansion of macro ?do_div? do_div(*temp, div);\n" "> ^~~~~~\n" "> In file included from include/linux/kernel.h:173:0,\n" "> from include/linux/list.h:9,\n" "> from include/linux/kobject.h:20,\n" "> from include/linux/device.h:17,\n" "> from drivers/thermal/armada_thermal.c:16:\n" - "> arch/arm/include/asm/div64.h:33:24: note: expected \342\200\230uint64_t * {aka\n" - "> long long unsigned int *}\342\200\231 but argument is of type \342\200\230int *\342\200\231 static\n" + "> arch/arm/include/asm/div64.h:33:24: note: expected ?uint64_t * {aka\n" + "> long long unsigned int *}? but argument is of type ?int *? static\n" "> inline uint32_t __div64_32(uint64_t *n, uint32_t base)\n" "> \n" "\n" @@ -190,12 +178,6 @@ "platform also.\n" "\n" "Thanks for reporting it.\n" - "Miqu\303\250l\n" - "\n" - "\n" - "_______________________________________________\n" - "linux-arm-kernel mailing list\n" - "linux-arm-kernel@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-arm-kernel + Miqu?l -0c527810648e6d1f99e23ff46b7beee0f7384b10cb594a528efc7601e01bc255 +d6c0be93e446a3c545a4a98c1cae65bbd2a7a4c2ee4c3805771d3ef7dcc5f1ad
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.