View | Details | Raw Unified | Return to bug 1224402
Collapse All | Expand All

(-)/usr/src/kernel-modules/nvidia-390.157-default/conftest.sh~ (-1 / +1 lines)
Lines 4962-4968 Link Here
4962
        echo "static struct {
4962
        echo "static struct {
4963
                const char *short_description;
4963
                const char *short_description;
4964
                const char *description;
4964
                const char *description;
4965
              } __nv_patches[] = {"
4965
              } const __nv_patches[] = {"
4966
            for i in $PATCHES; do
4966
            for i in $PATCHES; do
4967
                echo "{ \"$i\", NV_PATCH_${i}_DESCRIPTION },"
4967
                echo "{ \"$i\", NV_PATCH_${i}_DESCRIPTION },"
4968
            done
4968
            done

Return to bug 1224402