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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9875EC433EF for ; Tue, 7 Jun 2022 12:54:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244241AbiFGMym (ORCPT ); Tue, 7 Jun 2022 08:54:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54216 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244255AbiFGMym (ORCPT ); Tue, 7 Jun 2022 08:54:42 -0400 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 62BCC6F48F; Tue, 7 Jun 2022 05:54:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654606481; x=1686142481; h=date:from:to:cc:subject:in-reply-to:message-id: references:mime-version; bh=AuKX2dSKfHj6UrzbicC0l/d9bTqLUEAbVOs1DM+WGTk=; b=cakTLInNOtI4KEgulj59HsApQYTm8W/cn90fcFmmTyA5vAL/jl2k/kmA 3ozkWxRmDCdRrXUJRiXy0Gh2pNQt0EfzgC6+04zhl6mI9kB98BKz8TWA5 0jtkIoKJsm9izJQAIrlYUkSSp0fv9badtX5TRSdOMuuQo39bzi73A4RHQ nsbd8E5vDzEYG/QNt5bZ6pGy0TKa3Uat90/aznFPOtJk6tKu4j4acsK6u E0jkXvqvhsASrzFrNMdIluxzNE5EO1Mzo9qzbQJGXwu3FQxjRIwuWm2yT etPVtlPzO2nGK/isbHeLlXn8wUR8Q4GuUFZnfP1q+SEmvC6LNzZSSWXZq g==; X-IronPort-AV: E=McAfee;i="6400,9594,10370"; a="265125934" X-IronPort-AV: E=Sophos;i="5.91,283,1647327600"; d="scan'208";a="265125934" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2022 05:54:40 -0700 X-IronPort-AV: E=Sophos;i="5.91,283,1647327600"; d="scan'208";a="636112135" Received: from akmessan-mobl1.amr.corp.intel.com ([10.251.214.146]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2022 05:54:39 -0700 Date: Tue, 7 Jun 2022 15:54:36 +0300 (EEST) From: =?ISO-8859-15?Q?Ilpo_J=E4rvinen?= To: Jiri Slaby cc: Greg Kroah-Hartman , linux-serial , LKML Subject: Re: [PATCH 04/36] tty/vt: consolemap: decrypt inverse_translate() In-Reply-To: <20220607104946.18710-4-jslaby@suse.cz> Message-ID: References: <20220607104946.18710-1-jslaby@suse.cz> <20220607104946.18710-4-jslaby@suse.cz> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-2147149149-1654606480=:1622" Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-2147149149-1654606480=:1622 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8BIT On Tue, 7 Jun 2022, Jiri Slaby wrote: > Fix invalid indentation and demystify the code by removing superfluous > "else"s. The "else"s are unneeded as they always follow an "if"-true > branch containing a "return". The code is now way more readable. > > Signed-off-by: Jiri Slaby Reviewed-by: Ilpo Järvinen -- i. --8323329-2147149149-1654606480=:1622--