Received: by 10.223.176.5 with SMTP id f5csp1262294wra; Fri, 9 Feb 2018 16:00:10 -0800 (PST) X-Google-Smtp-Source: AH8x226rqME8L7ntRj2tB537oPzDCT21BgG6RNDFyDIok82fnHH3LCe30ulOC7kV1EquQo/A+6FQ X-Received: by 10.98.178.8 with SMTP id x8mr4496329pfe.57.1518220810814; Fri, 09 Feb 2018 16:00:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518220810; cv=none; d=google.com; s=arc-20160816; b=eBEyTJ+y+kH6pGtOBQvsey9JlNzLSqFomELMJQEFuEzvvuGXT2190Q/9iNAfIAyvar bb1GmF6tJ/7gSHUUCsDP9Q283hhw3V238qirF1NqGNQDq0HwKrAYdJLCPgr3eho8SLeS arq4pZZ5iErkyvtIM5CZamsoxhCqgShgBYywoRx68zfrxY+KnJr+gE3SnMYqQVzV6sm8 5xEaONVZ7fi8vviKgNoOoKYnax//Rkm+FNg3qiiP+p0oE5EP4dC8z7Ad+LO/ncm1ndlI jlVIak7/O/YMNidq1mo930y2Is482G54B7hImXgN5S5ASumqtchNkXjZVMInyAongBdz d1Zw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=L+bNlZPXvC9FL9YpBozMbTF2ON7AQ6N8aVDm2/a4Mvs=; b=JcZd1yZ2lMANwR+sKPuCoAXQSVwaf5U46AXTSwzPAjfkD1M6Vawgk+i09RNwJYtnzI sc13qmmWrz4TzJR59arpbx+cSkYsIF5cgKv157YuR7Ji1HvWzCwVZsxcX+I4diJr+x3h e7iGzbi2mE7j809lnKl5ZzDthl0T5jsIVxS4+w5dRVDl06jiHw6Mabzfpwl7y6Lj8byn gSf3jRCBaX0lVj9/MJsKwuZ/xOJBj2CkmpZI9ng+b6VbqjQAK8kMn8zRL8RmD/+z3IGl dZp5RJ3F/SJcSpFJ4aE7dtN3u0iCW0vQLb5x3OJYT1MczVkZl5iuLPOAFj6GsCkB10Bf Q2xQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y7-v6si503017plk.707.2018.02.09.15.59.57; Fri, 09 Feb 2018 16:00:10 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753404AbeBIX6r (ORCPT + 99 others); Fri, 9 Feb 2018 18:58:47 -0500 Received: from mxf98a.netcup.net ([46.38.249.138]:54396 "EHLO mxf98a.netcup.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753354AbeBIX6n (ORCPT ); Fri, 9 Feb 2018 18:58:43 -0500 Received: from buildbert.robertabel.eu (x4d077b85.dyn.telefonica.de [77.7.123.133]) by mxf98a.netcup.net (Postfix) with ESMTPSA id 6A7C814085D; Sat, 10 Feb 2018 00:50:35 +0100 (CET) Authentication-Results: mxf98a; spf=pass (sender IP is 77.7.123.133) smtp.mailfrom=rabel@robertabel.eu smtp.helo=buildbert.robertabel.eu Received-SPF: pass (mxf98a: connection is authenticated) From: Robert Abel To: miguel.ojeda.sandonis@gmail.com Cc: linux-kernel@vger.kernel.org, Robert Abel Subject: [PATCH 0/3] auxdisplay: charlcd: miscellaneous patches Date: Sat, 10 Feb 2018 00:50:09 +0100 Message-Id: <20180209235012.4993-1-rabel@robertabel.eu> X-Mailer: git-send-email 2.11.0 X-PPP-Message-ID: <20180209235035.28592.77201@mxf98a.netcup.net> X-PPP-Vhost: robertabel.eu Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org While looking at charlcd I noticed some little bits here and there that might be corrected or improved. Robert Abel (3): auxdisplay: charlcd: fix hex literal ranges for graphics command auxdisplay: charlcd: use null character instead of zero literal to terminate strings auxdisplay: charlcd: replace octal literal with form-feed escape sequence drivers/auxdisplay/charlcd.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -- 2.11.0