From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB562C433E2 for ; Tue, 30 Mar 2021 12:51:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AC1FF619D1 for ; Tue, 30 Mar 2021 12:51:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232106AbhC3MvV (ORCPT ); Tue, 30 Mar 2021 08:51:21 -0400 Received: from mx2.suse.de ([195.135.220.15]:35398 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232038AbhC3MvL (ORCPT ); Tue, 30 Mar 2021 08:51:11 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1617108670; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=PcYp5JWxCIve1nzZ4kuXcxsj4TTT3BCiD20mecGy2cs=; b=avqnNzanjB/FHporaP0Ys9r8CfEBn7mA1J3eubKsJRT/gygdNYehX86b/8r5tovs7czFIh rdpytiovoIIgzJzeXQZ8X8M9RzvIK+hdbhSmPMcX18r3A/jkwAmU0wJM59+L5V1Cue+jPY p3IuZ3h/7/NRk/XkAnl0rhsbdLArs/E= Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 6625EB2F5; Tue, 30 Mar 2021 12:51:10 +0000 (UTC) Date: Tue, 30 Mar 2021 14:51:09 +0200 From: Petr Mladek To: Bhaskar Chowdhury , john.ogness@linutronix.de Cc: sergey.senozhatsky@gmail.com, rostedt@goodmis.org, keescook@chromium.org, anton@enomsg.org, ccross@android.com, tony.luck@intel.com, linux-kernel@vger.kernel.org, rdunlap@infradead.org Subject: Re: [PATCH] kernel/printk.c: Fixed mundane typos Message-ID: References: <20210328043932.8310-1-unixbhaskar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210328043932.8310-1-unixbhaskar@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun 2021-03-28 10:09:32, Bhaskar Chowdhury wrote: > > s/sempahore/semaphore/ > s/exacly/exactly/ > s/unregistred/unregistered/ > s/interation/iteration/ > > > Signed-off-by: Bhaskar Chowdhury Reviewed-by: Petr Mladek John, it conflicts with the patchset removing printk safe buffers[1]. Would you prefer to queue this into the patchset? Or should I push it into printk/linux.git, printk-rework and you would base v2 on top of it? Best Regards, Petr