From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751232AbcFDTeL (ORCPT ); Sat, 4 Jun 2016 15:34:11 -0400 Received: from mail-qg0-f68.google.com ([209.85.192.68]:35475 "EHLO mail-qg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750787AbcFDTeI convert rfc822-to-8bit (ORCPT ); Sat, 4 Jun 2016 15:34:08 -0400 From: Justin Keller Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8BIT Subject: [PATCH] documentation: ntb.txt correct grammar "however" Date: Sat, 4 Jun 2016 15:34:01 -0400 Message-Id: <8CC2D7F1-5F56-411B-877F-40CD04DD1FEB@gmail.com> Cc: linux-kernel@vger.kernel.org To: linux-doc@vger.kernel.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Correct the grammar around the word however. Signed-off-by: Justin Keller --- index 1d9bbab..5d43510 100644 --- a/Documentation/ntb.txt +++ b/Documentation/ntb.txt @@ -35,7 +35,7 @@ establishes a logical link to the peer, and creates queue pairs to exchange messages and data. The NTB Netdev then creates an ethernet device using a Transport queue pair. Network data is copied between socket buffers and the Transport queue pair buffer. The Transport client may be used for other things -besides Netdev, however no other applications have yet been written. +besides Netdev; however, no other applications have yet been written. ### NTB Ping Pong Test Client (ntb\_pingpong)