From mboxrd@z Thu Jan 1 00:00:00 1970 From: minwoo.im.dev@gmail.com (Minwoo Im) Date: Sun, 12 May 2019 07:04:56 +0900 Subject: [PATCH 2/2] nvme-fabrics: Remove unused argument In-Reply-To: References: <20190511134255.6790-1-minwoo.im.dev@gmail.com> <20190511134255.6790-3-minwoo.im.dev@gmail.com> Message-ID: <35242331-5597-0cb5-e72b-4ceedca71f4c@gmail.com> > Variable "count" use removed by any commit ? > > Or it is been like that since the introduction of this function ? If you do "blame" with the first line of this function, you can see the count has been introduced without being used at all. Commit 07bfcd09a ("nvme-fabrics: add a generic NVMe over Fabrics library")