[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] xen/arm: smmuv3: Constify arm_smmu_get_by_dev() parameter
- To: Michal Orzel <michal.orzel@xxxxxxx>
- From: Rahul Singh <Rahul.Singh@xxxxxxx>
- Date: Mon, 15 May 2023 08:08:09 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=BkCcm15jryxQsqbAW+jzj77yWrv/gfaCDXvDoGwKR+Y=; b=Y3lW2r8l7h8nepquh5n9PJFmx7gy/ISR1Rt8ABNIC0vRFSr6xUWDqd4w8YXfpzp/d0rYKQPMUHbos0BK+XpgcMCYQrfrN3BFnGMuYomhshdo3VrwjZ7sh0N1kAyGY3/xMX136IIYpofPyU+zsDcE8/5laEbyOmHE0tn/YZFLvbh6USexlTHOHRGrVVmjmjq3PpEB7lPOyEs2kufepEaeGqGd8640qZparrKhabQjflPh54PVunOxJhJI9JHVuMI2UjFf1K0vbSIixCkdX7972HHh84PvRFhEvx6LXfvw67xvRq4lexFKgpCUfr17SVK0ASZuZoOhdG03g6fMnpbDiw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YLiw5WjUyupZuq8MgK0lubyGDNzRkvlIJKxfy8HkWMyV3UrdqeO92nz5rzQi/vkrCsgsaBfDjaJGZijyekh2k6tWVPn+g8VyA8PInW4xmigeb4JE1dNNGkQDSWC3Y2lXRs0EyIEY0jibdZFohroMoosKFnMQbDXtqL8f+YAFrQ2YeLKlxtwj6UzbvjNQzrFC4iVMynW/ciPrd3JYowlSJGpRAZIOboNn9v28wPvliWFem/BNh1Y2DlvbLRXYNEb+aZvxycU5Bsqh8DRaeeRgEWPJn0PTjoKFuegk9GgVexlmf1rQ28Z8yPVumLYPPUdb7G1YxT49iepO8HgXqiSs6g==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Xen developer discussion <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Mon, 15 May 2023 08:08:39 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHZhN8QV/wkEEzvWEaoo7ucvATCgK9a/vuA
- Thread-topic: [PATCH 1/2] xen/arm: smmuv3: Constify arm_smmu_get_by_dev() parameter
Hi Michal,
> On 12 May 2023, at 3:35 pm, Michal Orzel <michal.orzel@xxxxxxx> wrote:
>
> This function does not modify its parameter 'dev' and it is not supposed
> to do it. Therefore, constify it.
>
> Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
Reviewed-by: Rahul Singh <rahul.singh@xxxxxxx>
Regards,
Rahul
|