From mboxrd@z Thu Jan 1 00:00:00 1970 From: Colin Ian King Subject: Re: [PATCH] [media] gp8psk: fix spelling mistake: "firmare" -> "firmware" Date: Thu, 29 Dec 2016 21:35:37 +0000 Message-ID: <4ebb4c2e-2adc-d54c-69ce-fee427f0cb48@canonical.com> References: <20161229202952.27448-1-colin.king@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Mauro Carvalho Chehab , Larry Finger , Chaoming Li , Kalle Valo , "mailing list: linux-media" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, Linux Kernel Mailing List To: VDR User Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 29/12/16 21:23, VDR User wrote: >> - err("firmare chunk size bigger than 64 bytes."); >> + err("firmware chunk size bigger than 64 bytes."); > > Yup. > >> - "HW don't support CMAC encrypiton, use software CMAC encrypiton\n"); >> + "HW don't support CMAC encryption, use software CMAC encryption\n"); > > Should be: "HW doesn't support CMAC encryption, use software CMAC > encryption\n"); > Very true, I was so focused on the spelling I overlooked the grammar. I'll re-send with that fixed. Colin