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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 29C73C388F4 for ; Fri, 27 Sep 2019 23:41:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0A6C820863 for ; Fri, 27 Sep 2019 23:41:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728747AbfI0Xlm (ORCPT ); Fri, 27 Sep 2019 19:41:42 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:43646 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728527AbfI0Xll (ORCPT ); Fri, 27 Sep 2019 19:41:41 -0400 X-Greylist: delayed 466 seconds by postgrey-1.27 at vger.kernel.org; Fri, 27 Sep 2019 19:41:40 EDT Received: from localhost (localhost.localdomain [127.0.0.1]) by kvm5.telegraphics.com.au (Postfix) with ESMTP id 6F79829F44; Fri, 27 Sep 2019 19:33:51 -0400 (EDT) Date: Sat, 28 Sep 2019 09:33:59 +1000 (AEST) From: Finn Thain To: Alan Stern cc: Douglas Gilbert , Damien Le Moal , linux-scsi@vger.kernel.org, "Martin K . Petersen" , linux-usb@vger.kernel.org, usb-storage@lists.one-eyed-alien.net, Greg Kroah-Hartman , Justin Piszcz Subject: Re: [PATCH 0/2] Fix SCSI & USB Storage CHECK CONDITION handling In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org [snipped selective measurements of word usage] On Fri, 27 Sep 2019, Alan Stern wrote: > > So I guess this was never defined precisely. > The O.E.D. defines these terms: residual a. [...] n. 1. a quantity remaining after other things have been subtracted or allowed for. [...] 2. [...] 3. [...] and residue n. a small amount of something that remains after the main part has gone or been taken or used. So, writing "residue" could be misleading as the connotation is that the remaining part is the lesser part. I think that's probably why the term "residual" gets used in finance (and in SCSI transfers). --