Message ID | 20230724110204.46285-1-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-iio-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 250B7C41513 for <linux-iio@archiver.kernel.org>; Mon, 24 Jul 2023 11:02:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233311AbjGXLCQ (ORCPT <rfc822;linux-iio@archiver.kernel.org>); Mon, 24 Jul 2023 07:02:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56020 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233326AbjGXLCN (ORCPT <rfc822;linux-iio@vger.kernel.org>); Mon, 24 Jul 2023 07:02:13 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B6ADC10D; Mon, 24 Jul 2023 04:02:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690196531; x=1721732531; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=kkODxllV7uZBSVmeDteRdj8Ujh49N2E27/GxuPVwAgQ=; b=ddzj5AxV2aqbjPxc8SgElu+y3MtLml5iy3h3/fsSLnl72smpFm3foOeK WT7kFMpPqDr5l2xR8a3R/TBGIjzo8+/g2tD9Pbl/eMxqkPcfoP7NrL+2f gDHGyvYDtqg1WIxk48uB75x6FBHR6i5dLey3gHsFSmwANBkYC5fcd2DYy 2rn523r0lnRZjMcSHtipP8xDHft/8nr5IxKs+Hp3O5JV4Og1bhQS/Tp8u 7F5b55WivmKPIkIk2wp8ovZxf6cebctJIdqdWq6H0wVWEMRrseqL8CQmr N4Ps3K428y+ceDWG1Vvc6X+MV0BRiL9JAY8PrmACcZdPj72FoXaIGXIlu w==; X-IronPort-AV: E=McAfee;i="6600,9927,10780"; a="371009918" X-IronPort-AV: E=Sophos;i="6.01,228,1684825200"; d="scan'208";a="371009918" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jul 2023 04:02:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.01,202,1684825200"; d="scan'208";a="869036287" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga001.fm.intel.com with ESMTP; 24 Jul 2023 04:01:59 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id B183C1A6; Mon, 24 Jul 2023 14:02:06 +0300 (EEST) From: Andy Shevchenko <andriy.shevchenko@linux.intel.com> To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Jonathan Cameron <jic23@kernel.org>, Lars-Peter Clausen <lars@metafoo.de> Subject: [PATCH v3 0/4] iio: core: A few code cleanups and documentation fixes Date: Mon, 24 Jul 2023 14:02:00 +0300 Message-Id: <20230724110204.46285-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.40.0.1.gaa8946217a0b MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-iio.vger.kernel.org> X-Mailing-List: linux-iio@vger.kernel.org |
Series |
iio: core: A few code cleanups and documentation fixes
|
expand
|