Message ID | 20221125130509.8482-1-ilpo.jarvinen@linux.intel.com |
---|---|
Headers | show
Return-Path: <linux-serial-owner@kernel.org> 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 56649C4332F for <linux-serial@archiver.kernel.org>; Fri, 25 Nov 2022 13:05:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229777AbiKYNFW (ORCPT <rfc822;linux-serial@archiver.kernel.org>); Fri, 25 Nov 2022 08:05:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229568AbiKYNFU (ORCPT <rfc822;linux-serial@vger.kernel.org>); Fri, 25 Nov 2022 08:05:20 -0500 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BEF222A721; Fri, 25 Nov 2022 05:05:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669381519; x=1700917519; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=6g0bJ/FBSCVfAfA0k+zJtZGzCj3vKWV3MnuMYshHXSs=; b=TGFCFfSQzbS1eYtwC7gfngWdI4qCfcShKnd4zspiNjC2iaBiK/EsUU8+ ZsX0GuR8xcpqgWOhAxxZnIUhrYUnmAQHO8WtDxcakR48lh+nanMt397RA WLXt7ElD2FA482IGbvuQQHIMWOuiyov+k2rZLUexhB7Th9pw+FqB9mfmh HPo5ac3TltsZ8wOzXnJR4bUUVb6Fubgjl50LchUPjCKvj5kHbWhtVtw/C hcHfZND/zoj+bpwYvaNz5KLxySw9Or+pXikhY/PgHsMk4bRM2+0hyh48A E/iqkvT6uiEM+3VR0Ws+bj7bBnfJ9Rb2tqzcBAnwFRvL2TJKtU/45sO93 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10541"; a="316300758" X-IronPort-AV: E=Sophos;i="5.96,193,1665471600"; d="scan'208";a="316300758" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Nov 2022 05:05:19 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10541"; a="706064016" X-IronPort-AV: E=Sophos;i="5.96,193,1665471600"; d="scan'208";a="706064016" Received: from dpotapen-mobl.ger.corp.intel.com (HELO ijarvine-MOBL2.ger.corp.intel.com) ([10.252.50.101]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Nov 2022 05:05:17 -0800 From: =?utf-8?q?Ilpo_J=C3=A4rvinen?= <ilpo.jarvinen@linux.intel.com> To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Jiri Slaby <jirislaby@kernel.org>, linux-serial@vger.kernel.org Cc: linux-kernel@vger.kernel.org, =?utf-8?q?Ilpo_J=C3=A4rvinen?= <ilpo.jarvinen@linux.intel.com> Subject: [PATCH v2 0/6] serial: Cleanup literals Date: Fri, 25 Nov 2022 15:05:03 +0200 Message-Id: <20221125130509.8482-1-ilpo.jarvinen@linux.intel.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-serial.vger.kernel.org> X-Mailing-List: linux-serial@vger.kernel.org |
Series | serial: Cleanup literals | expand |