lkml.org 
[lkml]   [2017]   [Aug]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH 00/10] constify char pci_device_id
    Date
    pci_device_id are not supposed to change at runtime. All functions
    working with pci_device_id provided by <linux/pci.h> work with
    const pci_device_id. So mark the non-const structs as const.

    Arvind Yadav (10):
    [PATCH 01/10] agp: uninorth: constify pci_device_id.
    [PATCH 02/10] agp: amd-k7: constify pci_device_id.
    [PATCH 03/10] agp: intel: constify pci_device_id.
    [PATCH 04/10] agp: ali: constify pci_device_id.
    [PATCH 05/10] agp: ati: constify pci_device_id.
    [PATCH 06/10] agp: efficeon: constify pci_device_id.
    [PATCH 07/10] agp: sis: constify pci_device_id.
    [PATCH 08/10] agp: amd64: constify pci_device_id.
    [PATCH 09/10] agp: nvidia: constify pci_device_id.
    [PATCH 10/10] applicom: constify pci_device_id.

    drivers/char/agp/ali-agp.c | 2 +-
    drivers/char/agp/amd-k7-agp.c | 4 ++--
    drivers/char/agp/amd64-agp.c | 2 +-
    drivers/char/agp/ati-agp.c | 2 +-
    drivers/char/agp/efficeon-agp.c | 2 +-
    drivers/char/agp/intel-agp.c | 2 +-
    drivers/char/agp/nvidia-agp.c | 2 +-
    drivers/char/agp/sis-agp.c | 2 +-
    drivers/char/agp/uninorth-agp.c | 2 +-
    drivers/char/applicom.c | 2 +-
    10 files changed, 11 insertions(+), 11 deletions(-)

    --
    2.7.4

    \
     
     \ /
      Last update: 2017-08-01 18:06    [W:8.711 / U:0.628 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site