From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757965AbcB1Orh (ORCPT ); Sun, 28 Feb 2016 09:47:37 -0500 Received: from aibo.runbox.com ([91.220.196.211]:45487 "EHLO aibo.runbox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757810AbcB1Org (ORCPT ); Sun, 28 Feb 2016 09:47:36 -0500 From: "M. Vefa Bicakci" To: linux-kernel@vger.kernel.org Cc: Oleg Drokin , Andreas Dilger , Greg Kroah-Hartman , "M. Vefa Bicakci" Subject: [PATCH 0/2] staging: lustre: Correct two minor issues found by sparse Date: Sun, 28 Feb 2016 09:26:20 -0500 Message-Id: <1456669582-16318-1-git-send-email-m.v.b@runbox.com> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The patches in this series correct two minor issues found by sparse in staging/lustre. These patches were tested with compilation only; given their nature, I hope/believe this is sufficient. The patches apply cleanly onto commit 2cda64cf6998 ("staging: unisys: visorbus: Remove useless return variables") which points to the tip of the staging-next and staging-testing branches as of now. M. Vefa Bicakci (2): staging: lustre: Use const static file_operations struct staging: lustre: Use __user for a pointer to a user space address drivers/staging/lustre/lustre/libcfs/module.c | 2 +- drivers/staging/lustre/lustre/obdclass/lprocfs_status.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.5.0