From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758390AbcBXR3t (ORCPT ); Wed, 24 Feb 2016 12:29:49 -0500 Received: from casper.infradead.org ([85.118.1.10]:35241 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757205AbcBXR3r (ORCPT ); Wed, 24 Feb 2016 12:29:47 -0500 Subject: Re: [PATCH] include/linux: Fix misspellings in comments. To: Adam Buchbinder , linux-kernel@vger.kernel.org References: <1456278293-5518-1-git-send-email-adam.buchbinder@gmail.com> Cc: trivial@kernel.org From: Randy Dunlap X-Enigmail-Draft-Status: N1110 Message-ID: <56CDE885.7080701@infradead.org> Date: Wed, 24 Feb 2016 09:29:41 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1456278293-5518-1-git-send-email-adam.buchbinder@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/23/16 17:44, Adam Buchbinder wrote: > Signed-off-by: Adam Buchbinder Acked-by: Randy Dunlap Thanks. > --- > include/linux/amba/mmci.h | 2 +- > include/linux/bio.h | 2 +- > include/linux/bpf.h | 2 +- > include/linux/cgroup-defs.h | 2 +- > include/linux/clk/ti.h | 2 +- > include/linux/cpufreq.h | 2 +- > include/linux/dma-buf.h | 2 +- > include/linux/edac.h | 2 +- > include/linux/fb.h | 6 +++--- > include/linux/fsl_ifc.h | 2 +- > include/linux/hid-sensor-hub.h | 2 +- > include/linux/hyperv.h | 2 +- > include/linux/iommu.h | 2 +- > include/linux/ipack.h | 4 ++-- > include/linux/irqchip.h | 4 ++-- > include/linux/isdnif.h | 4 ++-- > include/linux/kgdb.h | 8 ++++---- > include/linux/mfd/abx500.h | 2 +- > include/linux/mfd/abx500/ab8500-bm.h | 4 ++-- > include/linux/mfd/cros_ec_commands.h | 2 +- > include/linux/mfd/ipaq-micro.h | 2 +- > include/linux/mfd/palmas.h | 2 +- > include/linux/mfd/wm8994/pdata.h | 2 +- > include/linux/mmc/card.h | 2 +- > include/linux/msi.h | 2 +- > include/linux/mtd/spi-nor.h | 2 +- > include/linux/netdevice.h | 2 +- > include/linux/of.h | 8 ++++---- > include/linux/pci.h | 2 +- > include/linux/perf_event.h | 2 +- > include/linux/platform_data/ata-samsung_cf.h | 2 +- > include/linux/platform_data/dma-ste-dma40.h | 2 +- > include/linux/platform_data/usb-mx2.h | 6 +++--- > include/linux/power/smartreflex.h | 2 +- > include/linux/regmap.h | 2 +- > include/linux/shrinker.h | 2 +- > include/linux/skbuff.h | 2 +- > include/linux/srcu.h | 2 +- > include/linux/sunrpc/cache.h | 2 +- > include/linux/sunrpc/svc.h | 2 +- > include/linux/tty_ldisc.h | 16 ++++++++-------- > include/linux/usb/otg-fsm.h | 4 ++-- > include/linux/vgaarb.h | 2 +- > include/linux/vmalloc.h | 2 +- > 44 files changed, 66 insertions(+), 66 deletions(-) -- ~Randy