Re: [PATCH] scripts: constify wirte_full input buffer

2022-03-28 Thread Sascha Hauer
On Fri, Mar 18, 2022 at 03:49:24PM +0100, Ahmad Fatoum wrote: > Buffer written is read-only, so align prototype with . > > Signed-off-by: Ahmad Fatoum > --- > scripts/common.c | 2 +- > scripts/common.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied with s/wirte_full/write_f

[PATCH] scripts: constify wirte_full input buffer

2022-03-18 Thread Ahmad Fatoum
Buffer written is read-only, so align prototype with . Signed-off-by: Ahmad Fatoum --- scripts/common.c | 2 +- scripts/common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/common.c b/scripts/common.c index 2be41615ea9e..0eb263d041a5 100644 --- a/scripts/common