From patchwork Sun Jan 28 08:09:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Achilles Gaikwad X-Patchwork-Id: 866802 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-cifs-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="FK5VfM2W"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3zTlg96db9z9t5b for ; Sun, 28 Jan 2018 19:09:57 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751828AbeA1IJ4 (ORCPT ); Sun, 28 Jan 2018 03:09:56 -0500 Received: from mail-pf0-f193.google.com ([209.85.192.193]:33763 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751816AbeA1IJz (ORCPT ); Sun, 28 Jan 2018 03:09:55 -0500 Received: by mail-pf0-f193.google.com with SMTP id t5so2412674pfi.0 for ; Sun, 28 Jan 2018 00:09:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :user-agent; bh=vJKsJlmGMSlQ5YszcBouNiCyBdFdP11c2tZOBoWuac4=; b=FK5VfM2WG6F1G7XrjHl1r6So5PKxn9hGTV3hTjhifroacGbikpFL/Ywn+sO8zilo4m LngRKkcyrU++gY40XMuEmCq9e4/SFOjpreXyDF9B/tFqlzlVgiSedDHCgqKvBRVYnu6A oyOt/9mfhExvrhvcSUaxU8oRPZUI/HtxicypqAxiLMR3IW98NVeL7O0Eg280d+dtImZO +kf8bEI8/IAp0o8LHYywvNeyxkc13wj1C6TyJk+3Dn7mX42xWOaw6yCbg+YbUWUmA3d8 6PKzy50vfVeXvLif31lEQQ8L7h+Ya8/+GlrtQp/EFmEUT8ryOHcZnBARbcoT++Txtl05 gKhw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=vJKsJlmGMSlQ5YszcBouNiCyBdFdP11c2tZOBoWuac4=; b=AJNsrsNgkoTXEKnAeomjLVg9O11w3PwGm7X40zKgNLpUVA/x+bo0gf/SUT0kw29jH1 AkfgY4trBqYShR3QwnTpVTndgYD6B/MwuAq/nd5qudC9zB6ll2i11zeXszBxqOTBapRU Jl/hCkggV5uV/uYCga6i631bv2leC9zexHLAnxYSYneUJ1Jq8zUC5a4w27Q3ehFrUDym enlSHolRIQ/cMJeCFsxw3ZyYcIZGYRKpYIOTQZ/i7nXDDg9veyfYfw3hqfgMqfMUmjvx KjP/FnhTSD47Dg/fOMURQPe8uS8jl4fo/nLt4FgMSCOMCutdIJQOKSzZGCA51msIFMxM yL8A== X-Gm-Message-State: AKwxyteozsREDaOtGm+0Mw59mI0zPJpwJMahgUhXvpK3RTxhLAPh5VA+ T8CR6axWx2qkWOCuL0s/SjKG9kvh X-Google-Smtp-Source: AH8x226s3iaQABaU6hCsgTmfhq7tq+AZ7daGuI1bvydUAlQbLyViy/9vDXF9ybaNvZT4hytzOEhtlA== X-Received: by 10.99.126.84 with SMTP id o20mr18855886pgn.329.1517126994513; Sun, 28 Jan 2018 00:09:54 -0800 (PST) Received: from fubar ([116.74.136.174]) by smtp.gmail.com with ESMTPSA id 63sm28507180pft.11.2018.01.28.00.09.51 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 28 Jan 2018 00:09:53 -0800 (PST) Date: Sun, 28 Jan 2018 13:39:48 +0530 From: Achilles Gaikwad To: sfrench@samba.org Cc: linux-cifs@vger.kernel.org Subject: [PATCH] fs/cifs/cifsacl.c Fixes typo in a comment Message-ID: <20180128080948.GA16698@fubar> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org Signed-off-by: Achilles Gaikwad --- fs/cifs/cifsacl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/cifs/cifsacl.c b/fs/cifs/cifsacl.c index b98436f5c7c7..13a8a77322c9 100644 --- a/fs/cifs/cifsacl.c +++ b/fs/cifs/cifsacl.c @@ -1125,7 +1125,7 @@ int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen, return rc; } -/* Translate the CIFS ACL (simlar to NTFS ACL) for a file into mode bits */ +/* Translate the CIFS ACL (similar to NTFS ACL) for a file into mode bits */ int cifs_acl_to_fattr(struct cifs_sb_info *cifs_sb, struct cifs_fattr *fattr, struct inode *inode, const char *path,